What is Imdata?

Hi. I’m using MileStone SDK and get playback Stream

I’m using about ImPlaybackSourceToolkit

So i can get frame data(imdata) but I don’t know what the ‘actual data’ is.

Is it rawData? or Encoded Data? or Decoded Data?

if it is encoded, what is the format??

I really want to know

and i use like this when get playback data

" "

" is"

" "

" <video_decoder number_of_threads=‘4’>"

" <server_uri>" + vmsRecorderUri + “</server_uri>”

" <device_id>" + cameraGuid + “</device_id>”

" <media_type>VIDEO</media_type>" + authorizationToken +

" <maximum_queue_size>5</maximum_queue_size>"

" </video_decoder>"

" "

" ";

if i use ‘<video_decoder number_of_threads=‘4’>’ can not get data.

I have to delete about decode option

what is mean?

I hope following MIP documentation helps you.

https://doc.developer.milestonesys.com/html/index.html?base=mmtkhelp/index.html&tree=tree_2.html

https://doc.developer.milestonesys.com/html/index.html?base=mipgenericbytedata/main.html&tree=tree_3.html

If not, can you please elaborate your question a little bit more?

Is it right for what is say??

I can not understand about it.

I feel you talking about another issue.

Sorry, we should have added a little more explanation at the first answer. Firstly, you might want to know about ImPlaybackSourceToolkit, so we suggested to see the first link (https://doc.developer.milestonesys.com/html/index.html?base=mmtkhelp/index.html&tree=tree_2.html ). The link explains Toolkit Shelf which contains ImPlaybackSourceToolkit (ImToolkit ← ImSourceToolKit ← ImPlaybackSourceToolkit) and we assumed that you might want to understand it from its introduction because it definitely is very helpful.

Also, you said that you don’t know what the ‘actual data’ is, so that is why we provided a link which explains what the data is. The explanation of the link contains data overview, header and row byte data (actual data). I hope these explanations help you.