|
Wie gehe ich unter Linux vor um GUI.PY zu verwenden ?
Bei mir erscheint immer folgende Fehlermeldung unter Linux Mint
mpu6050 connected, PT MODE ON
......................pause..........................
Starting camera thread.
VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV
Unable to stop the stream: Device or resource busy
VIDEOIO ERROR: V4L: can't open camera by index 0
Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/home/pi/Adeept_RaspClaws/server/base_camera.py", line 94, in _thread
for frame in frames_iterator:
File "/home/pi/Adeept_RaspClaws/server/camera_opencv.py", line 413, in frames
raise RuntimeError('Could not start camera.')
RuntimeError: Could not start camera.
|
|