jetcam
jetcam copied to clipboard
Waveshare Jetracer jetcam not working
Hello,
I was trying to go through the basic files on jupyter notebook provided by waveshare for the waveshare jetracer which uses a Jetson Nano. However, the camera class failed to initiate and I cannot figure out why. The code is as follows:
from jetcam.csi_camera import CSICamera
camera = CSICamera(width=224, height=224)
Though the import goes through, the CSICamera class never initializes, and the program gets stuck here. No error messages show up either - the program simply does nothing. I have checked the file permissions using ll /dev/video0, and they show crw-rw---- as expected, and the video0 file clearly exists, meaning the camera is being picked up.
How can I solve this issue?
bump, i have the same problem
Same issue for me too