Images captured in 35.5.0 are normal, images captured in 36.3.0 will have problems, the problem is that the image will be when vi comes in, what is the situation? I do not see the relevant error message alert.
Images captured in 35.5.0 are normal, images captured in 36.3.0 will have problems, the problem is that the image will be when vi comes in, what is the situation? I do not see the relevant error message alert.
hello Towe_Roll,
FYI, this is known issue with JP-6 release version. it’s under investigation now.
besides, this should only repo’ed via VI mode, it should not seen by going through LibArgus.
yes, my camera is hdmi2mipi , not libargus, Is there a repair schedule ?
hello Towe_Roll,
it’s still under investigation. we’ve not root cause the issue yet.
Is there a solution to this problem?
the issue is observed only with v4l2src, and we’re still checking with it.
you may change it to nvv4l2camerasrc plugin as temporary solution.
hello JerryChang
my device is hdmi2mipicsi, can use nvv4l2camerasrc?
hello Towe_Roll,
yes, here’s a sample pipeline for your reference. you should also update those settings with your sensor capability accordingly.
for instance,
$ gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! 'video/x-raw(memory:NVMM),format=UYVY,width=1920,height=1080,framerate=30/1 ! nvvidconv ! xvimagesink
please refer to Topic 157777 to customize the plugin.
Hello Jerry,
gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! ‘video/x-raw(memory:NVMM),format=YUY2width=1920,height=1080,framerate=30/1’ ! nvvidconv ! autovideosink
new problem, and i didnt use it with gst-rtsp-server
please try with xvimagesink to use local display to preview the frame for verification.
my device is not display, I save as an h264 file is fine, but I eventually want to implement remote access via gst-rtsp-server push streaming
Hello JerryChang
this is my test cmd, why nvv4l2camerasrc is didnt work ? Is there any information I need to give you?
had you done customize the code to revise the buffer color format? please try saving the file and sending to host machine to check you’re able to view the content.
Hello JerryChang,
Any comments on using nvv4l2camerasrc not working with gst-rtsp-server
what’s the failure? it looks you’re now able to use nvv4l2camerasrc plugin to save your YUYV content.
Hi,
Please run the pipeline in gst-launch command to make sure it is valid first. You can run
$ gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 num-buffers=166 ! 'video/x-raw(memory:NVMM),format=YUY2,width=3840,height=2160,framerate=30/1' ! nvvidconv ! nvv4l2h265enc ! h265parse ! matroskamux ! filesink location=a.mkv -e
And check if a.mkv is valid.


