How to get frames of the selected area on video with the same interval of the selected period?

We are developing plugin for our Smart Tracking System and have some questions about SDK:

1) We need to find some stolen object (bag or something else). We are selecting this bag on the screen(like zone selection) and we are selecting time period(1 hr / 1 day or 1 week). After this – we need to get 32 frames of the selected area with the same interval of the selected period. For example, if we are selecting 32 minutes – we need to get 32 frames of each minutes with one minute delay.

Please help us to do this functionality.

You will need to calculate the time of each image and then you will need to get images one by one.

You can explore this sample -

https://doc.developer.milestonesys.com/html/index.html?base=samples/camerastreamresolution.html&tree=tree_search.html?search=camerastreamresolution

The sample uses JpegVideoSource so you will get jpegs. If you use BitmapVideoSource instead, you will get bitmap images.

Ok. Another question. Can we select time period in PlaybackWpfUserControl? If so, how?

Thanks.

Please look at -

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_client_1_1_playback_wpf_user_control.html&tree=tree_search.html?search=playbackwpfusercontrol