I am using the waveshare Jetbot 4gb Kit. Installed the software provided by waveshare.
trying to run the code:
camera = Camera.instance(width=224, height=224) in the data collection notebook and the camera doesn’t seem to load and hangs.
while running: nvgstcapture-1.0
It just hangs at:
CONSUMER: Producer has connected; continuing.
MtHiker
November 29, 2021, 2:20am
#3
Test your CSI camera is ready to runs:
$ nvgstcapture-1.0
hello user20650,
did you mean your use-case is taking the camera resolution with 224x224?
this isn’t supported though ISP pipeline, (i.e. Argus, nvgstcapture-1.0), since ISP pipeline doesn’t support size smaller than 640x480.
This is where it is getting stuck using $ nvgstcapture-1.0 and it just Hangs
MtHiker
November 29, 2021, 8:01am
#6
You should make sure first whether your MIPI CSI camera is connected properly,
and list as /dev/video0
.
What’s the best way of checking that?
MtHiker
November 29, 2021, 8:26am
#8
MIPI CSI camera
after that, run the Jetbot examples
I have followed this and hooked the jetbot up to HDMI and can’t see any output of the video.
hello DavidDraper,
may I know which camera module you’re working with, please share the detail product name for reference,
did the camera device registered completely? you may also gather the kernel init messages, i.e. $ dmesg > klog.txt
MtHiker
November 30, 2021, 2:50am
#12
@DavidDraper
IF you have RPi board or another Jetson Nano developer kit,
connect your CSI camera to know it’s OK.
The camera may have some issue.
I got another camera it’s working fine!
Strange it was working and then stopped.
hello DavidDraper,
is this a hardware issue or you’re having another problem to access the streaming?
Turned out to be a hardware issue
thanks for confirmation, we may close this discussion thread.
system
closed
December 29, 2021, 3:18am
#18
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.