PiCapture › Not finding the Camera › Reply To: Not finding the Camera
Thank you for your help, I really appreciate it
1. I made sure the ribbon cable is connected the right way, and blue LED is on
2. When I copied ‘pivideo -q all -v’ in the terminal, I got:
Traceback (most recent call last):
File “/usr/local/bin/pivideo”, line 9, in <module>
load_entry_point(‘pivideo==0.1.11’, ‘console_scripts’, ‘pivideo’)()
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2476, in load_entry_point
return ep.load()
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2190, in load
[‘__name__’])
File “/usr/local/lib/python2.7/dist-packages/pivideo.py”, line 24, in <module>
from builtins import chr
ImportError: No module named builtins
3. When I copied ‘raspivid -md 6 -o’ in the terminal, a RED LED turned on then after a while off
Its an improvement I guess, because I am not getting the error in my first post.
How I can solve please the problem when I wrote: “pivideo -q all -v”
Thank you