jetcam icon indicating copy to clipboard operation
jetcam copied to clipboard

Waveshare Jetracer jetcam not working

Open kaustavmu opened this issue 3 years ago • 2 comments

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?

kaustavmu avatar Mar 18 '21 05:03 kaustavmu

bump, i have the same problem

MaxKru avatar Mar 08 '22 21:03 MaxKru

Same issue for me too

djlisko01 avatar Apr 07 '22 05:04 djlisko01