Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 22] Invalid argument #1

Open
SamueleBumbaca opened this issue Jul 1, 2024 · 0 comments
Open

OSError: [Errno 22] Invalid argument #1

SamueleBumbaca opened this issue Jul 1, 2024 · 0 comments

Comments

@SamueleBumbaca
Copy link

Prima di tutto ringrazio profondamente lo sforzo di dare una versione in python del controllo camera di ArduCAM. Purtroppo sono incappato in questo errore durante l'esecuzione su Raspberry Pi 3b
sudo ./CameraLED.py state Traceback (most recent call last): File "./CameraLED.py", line 65, in <module> print("State: " + str(led.state())) File "./CameraLED.py", line 53, in state return self.__firmware_request__(self.GET_TAG) File "./CameraLED.py", line 31, in __firmware_request__ result = fcntl.ioctl(self.__vcio, self.IOCTL_MAILBOX, buffer) OSError: [Errno 22] Invalid argument

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant