Hi, we want to get each frame’s time stamp from milestone’s recording “sindex*.idx*” file, is there any sample in MIP SDK (or could you supply any sample) to get each frame info like H264 time stamp from recorded “sindex*.idx*” files in association to raw packets’ H264 time stamp from camera in RSTP?
I wonder why you involve files in your question. If you get a picture with JPEGVideoSource (ao. -perhaps you would prefer RawVideoSource to see the actual H264 data(?)) it will have a time stamp. Is this not what you seek? Perhaps I do not understand the question and what you are trying to acchieve.
Yes, we prefer the RawVideoSource to see the actual H264 data in the recorded files, and furthermore we want a converter which could convert these time stamps into the right local system time, could you supply any sample or API ? Thank you !
Note that we will always call this function, so the function’s time costs is important to us.
No, there is no converter functionality or sample in the MIP SDK. Once you have the raw video in your hands there is no examples of what you can do with it in the MIP SDK, I guess all focus is on getting the data in the best way..