|
We are struggling with our Raspberry Pi car. When we try to run the server after the initial set up it does not connect through the windows browser. Using SSH to log in and then killall and run the python server we get the following error message:
sudo python3 adeept_picar-b/server/webServer.py
......................pause..........................
......................pause..........................
Starting camera thread.
VIDEOIO ERROR: V4L: can't open camera by index 0
Exception in thread Thread-6:
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_picar-b/server/base_camera.py", line 94, in _thread
for frame in frames_iterator:
File "/home/pi/adeept_picar-b/server/camera_opencv.py", line 433, in frames
raise RuntimeError('Could not start camera.')
RuntimeError: Could not start camera.
We are not sure how to proceed from here? Can anyone help. As you might have guessed we are not very technically minded!!
|
|