I have been trying to change the frame rate, i have tried multiple things but the fps is still not changing, it keeps streaming on 30 fps. am using ros-deep-learning pkg with ROS melodic. please if you have any solution please let me know.
@Hanzoo it will only change the framerate to modes that are supported in camera, but you can go into the video_input source and manually add the limiting (or use another ROS node to do it). Or you can go into jetson_utils and modify the GStreamer pipeline here:
I have tried, i might did something wrong, can u plz specify where I need to add the fps? and the syntax also in gstCamera 161. Also, how to change the mode?
or if it’s easier for you, in the video_source node, you can just slow down the calls to videoSource::Capture() with a sleep() after, or use some other ROS mechanism like this: