Hi, I am new working with this equipment and I would like to ask a question.
I am currently using opencv to test different algorithms, such as object or motion detection and using video sources at different resolutions and different framerate for it.
However, when comparing performance data on my own notebook versus the jetson nano, I have noticed that for videos close to 30 fps there is a frame loss. For the same test video, the total frames analyzed are much lower on the jetson nano than on the notebook.
Does anyone have any idea why this might be happening?
To visualize the total frames I use:
cap.get(cv::CAP_PROP_POS_FRAMES).
I appreciate any information.