Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waveshare Jetracer jetcam not working #32

Open
kaustavmu opened this issue Mar 18, 2021 · 2 comments
Open

Waveshare Jetracer jetcam not working #32

kaustavmu opened this issue Mar 18, 2021 · 2 comments

Comments

@kaustavmu
Copy link

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?

@MaxKru
Copy link

MaxKru commented Mar 8, 2022

bump, i have the same problem

@djlisko01
Copy link

Same issue for me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants