Zed2 object detection information in each frame

I have svo-files where I want to check if some person is detected or not detected in each frame. Is this already provided by the zed sdk object detector code/log file or should I rewrite it in order to get this kind of information in a separate log file?

Hi @hgutze
the SVO can be used as input for software based on the ZED SDK as an alternative to a live camera:
https://www.stereolabs.com/docs/video/recording/#video-playback

If you set the InitParameter:: svo_real_time_mode parameter to false, you can process each single frame.