Dear all,
When I tried to run 12_camera_v4l2_cuda in tegra_multimedia_api examples, I could get only 15 FPS as below
----------- Element = renderer0 -----------
Total Profiling time = 6.85006
Average FPS = 15.0364
Total units processed = 104
Num. of late units = 103
I also tried to measure polling time then result was same.
Polling Time : 0.066571
Polling Time : 0.066521
Polling Time : 0.066563
Polling Time : 0.066589
Polling Time : 0.066581
Polling Time : 0.066580
Polling Time : 0.066573
Polling Time : 0.066569
Polling Time : 0.066564
Polling Time : 0.066583
But when I stream camera with gstreamer, it worked look like 30 fps
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=1280,height=720,framerate=30/1,format=(string)UYVY' ! nvvidconv ! 'video/x-raw(memory:NVMM), width=(int)128, height=(int)72, format=(string)N
V12' ! nvoverlaysink -e
I’m wondering this is camera driver issue or I need to change any configuration of tegra_multimedia_api.
Thanks
Vu Nguyen