Hi Alessandro,
I think you will need “GetThumbnailByTime” command.
You could look the documentation at:
(click on the GetThumbnailByTime in the commands list).
You have to send :
CameraId - id of the camera in the system,
SeekType - [Time, TimeOrBefore, TimeOrAfter, TimeBefore, TimeAfter, DatabaseStart, DatabaseEnd, SequencePrevious, SequenceNext],
Time - Miliseconds since start of UNIX epoch, in UTC (needed only if SeekType contains “Time”)
You could also specify:
DestWidth - (optional) ,
DestHeight - (optional),
ComprLevel - (optional) [1 - 100] Jpeg quality, bigger is better, typically [60 - 80]
Unfortunately I don’t think we have sample for that particular command.
What platform you are interested in (Web, Android, iOS, .NET) ?
I could try to find something, eventually.
I believe you are using one of the SDK’s, right ?