I’m trying to set fps as 5 or 8 with my gstreamer command.
But I can’t use videorate with nvvidconv. Actually I can use videoconvert instead of nvvidconv for changing format but it’s performanc is bad.
Could you let me know how can I use video rate with nvvidconv?
Here is my gstreamer sample.
Hi,
The capability looks same as the usb camera. Also support 720p30 and UYVY format. The gstreamer command should be the same. Do you see any error in launching the gmsl camera?
@DaneLLL
Yes, it’s same capability with my usb camera.
I could see below error log and it’s only shown when I run gmsl camera.
Do you think it’s the problem?
0:00:00.664476209 11321 0x5595605320 WARN v4l2src gstv4l2src.c:911:gst_v4l2src_create: Timestamp does not correlate with any clock, ignoring driver timestamps
@nicholas.leong
Thank you for your comment.
I run below command but it’s same. I could not see the preview with below command.
Thank you for your comment.
But unfortunately I could see the same problem.
With your command, I could run ubs camera without any problem. But gmsl camera still has the issue.
I could see below warning log after enabling debug log level 2.
0:00:00.577083940 8197 0x55aba2fc00 WARN v4l2src gstv4l2src.c:911:gst_v4l2src_create: Timestamp does not correlate with any clock, ignoring driver timestamps
Yes, the gmsl camera is working well without videorate plugin.
The issue only happened when I add videorate plugin. I can’t understand why it has problem even though my usb camera is fine with videorate plugin.