@jross @ShaneCCC @KevinGong
Hello everyone! I install Jetpack 4.4 with drivers for JCB004 for imx390 cameras, but it still not work.
I’m started stream (gst-launch, argus-camera, nvgstsrc) and after few minutes stream freezes and jetson reboots.
gst-launch give me this message:
And on the other jetson with same software and hardware it works. I don’t know why.
What I’m to do:
- Install Jetpack 4.4
- Install Jetson sdk components
- Turn on “MAXN” power mode
- Install corrected argus_camera from jetson multimedia api (Dropbox - jetson_multimedia_api_R32.4.3.tar.gz - Simplify your life)
After starting gst-launch i try to inspect nvargus-daemon:
UPDATE:
I add queue into gst-launch and it stop reboots, but it freeze camera streams.
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! ‘video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, framerate=30/1’ ! queue ! nvvidconv flip-method=0 ! ‘video/x-raw, format=(string)I420’ ! queue max-size-bytes=0 max-size-time=0 ! xvimagesink -e
I’m see what when it freezes one cpu core loads 100%.
And it happens when system was started (when gstreamer not launched yet).


