-
Notifications
You must be signed in to change notification settings - Fork 432
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
Cannot init device:/dev/video1 #346
Comments
whats the output of : v4l2-ctl --device=/dev/video1 --all and : v4l2-ctl --device=/dev/video0 --all commonly v4l2 drivers have multiple associated nodes, with different capabilities. You could be using the wrong one |
the output:
the output: |
it looks like maybe your rockchip isp isnt setup. Its been a while since ive done it on rockchip. https://www.kernel.org/doc/html/v5.17/admin-guide/media/rkisp1.html fundamentally, after your ISP is setup, your v4l2 device should be usable without v4l2rtspserver $ gst-launch-1.0 v4l2src --device=/dev/video0 ! videoconvert ! autovideosink this should give some type of video stream. once that works, the rtsp server should work too |
Describe the bug
A clear and concise description of what the bug is.
I have met this error when I run the shell code, I successfully compiled.
camera info : AHD camera
pc info : RK3588
The text was updated successfully, but these errors were encountered: