Measuring the frame rate per second from Raspberry Pi Camera Gstreamer

Hi,

i would like to know when i am playing my deployed file in terminal with this command

jetsonnano3@jetsonnano3-desktop:~/remoteBuildTest/MATLAB_ws/R2019b/C/Users/Abdussalam/Desktop/Train_R-CNN_SmokeDetector10$ ./yolo2detectobject.elf

it displays the SDL video using Gstreamer and when i made this command after in the terminal

v4l2-ctl -d /dev/video0 --set-fmt-video=width=1280,height=720,pixelformat=RG10 --set-ctrl bypass_mode=0 --stream-mmap --stream-count=100

i got the frame per seconds

is this command measuring the frames per second after streaming videos accordingly from Raspberry Camera through Gstreamer

Best,

Hi,
As we have suggested in
https://devtalk.nvidia.com/default/topic/1072427/jetson-tx2/how-to-measure-frame-rate-per-second-/post/5434822/#5434822

You have to use Matlab implementations. You may go to Matlab Answers:

If you must use Matlab, please try to look for Matlab online webpages, or contact them.

We have DeepStream SDK for deep learning inference usecases. You may install it though SDKManager and give it a try. Please not that this is not compatible with Matlab implementation.