You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: