|
I think I'm having the same issue. I get this back from my cmd window:
VIDEOIO ERROR: V4L: can't open camera by index 0
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/home/pi/adeept_rasptank/server/base_camera.py", line 94, in _thread
for frame in frames_iterator:
File "/home/pi/adeept_rasptank/server/camera_opencv.py", line 427, in frames
raise RuntimeError('Could not start camera.')
RuntimeError: Could not start camera.
I noticed that when I plugged in my camera for the first time, I got the red led to turn on. Then when I rebooted my raspberry pi, it no longer turned on. Could this be a hardware issue? |
|