I follow the tutorial about jetson-inference and try some real-time works with Camera Streaming. But when I run the command in CLI with: ./posenet.py /dev/video0, the program ends with endless repeat of:
[gstreamer] gstCamera::Capture() – a timeout occurred waiting for the next image buffer
And when I check with video-viewer /dev/video0 it cannot show the camera too, with the same bug.
My camera is driver-free which means it doesn’t need drivers to drive. And my memory is also normal and enough for saving images.
Really appreciate if someone can help me with this issue.
Good luck and have a nice day.