Tool/software:
Hi Team,
We are using AM62A34 evm and IMX219 sensor.
We want to support configurable fps like : 1 FPS, 10FPS, 15 FPS, 30 FPS value.
I have recorded different video by changing fps parameter with above values and check but every time getting same fps values.
Pipeline :
gst-launch-1.0 -v v4l2src device=/dev/video-rpi-cam0 io-mode=dmabuf-import ! video/x-bayer, width=1920, height=1080, framerate=10/1, format=bggr ! tiovxisp sink_0::device=/dev/v4l-rpi-subdev0 sensor-name="SENSOR_SONY_IMX219_RPI" dcc-isp-file=/opt/imaging/imx219/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx219/linear/dcc_2a_10b.bin format-msb=9 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=10/1 ! v4l2jpegenc ! tcpserversink port=5000 host=10.126.19.83
Is there any way to I get video based on fps ?
Thanks,
Jaimin