I tried to execute v4l2_camera_cuda with my usb camera.
My cam outputs 5 fps in YUY2.
The sample application worked. But output.h264 is recorded as 30fps.
I changed setFramerate(5,1) in source code .
I played the file(output.h264) with VLC player.
Hi,
I checked my file(output.h264)
The file generated by camera_v4l2_cuda with option( -s 1920x1080, -r 5).
I changed cmd_parse, -r means framerate of encoder.
And I analyze the same file, th file contains stream data as 5fps.