Philip,
Here is my results: Step by step
I have implemented Mosquito server. They has generated the following intraseconds timestamps:
# /merakimv/[serial oculted]/raw_detections b'{"ts":1596807750359,"objects":[{"frame":21456,"oid":10,"x0":0.479,"x1":0.404,"y0":0.313,"y1":0.0481,"type":"person"}]}'
# /merakimv/[serial oculted]/raw_detections b'{"ts":1596807750557,"objects":[{"frame":21458,"oid":10,"x0":0.484,"x1":0.412,"y0":0.313,"y1":0.06,"type":"person"}]}'
# /merakimv/[serial oculted]/raw_detections b'{"ts":1596807750757,"objects":[{"frame":21460,"oid":10,"x0":0.48,"x1":0.41,"y0":0.313,"y1":0.0659,"type":"person"}]}'
# /merakimv/[serial oculted]/raw_detections b'{"ts":1596807750959,"objects":[{"frame":21462,"oid":10,"x0":0.487,"x1":0.409,"y0":0.316,"y1":0.0332,"type":"person"},{"frame":21462,"oid":11,"x0":0.341,"x1":0.202,"y0":0.724,"y1":0.213,"type":"person"}]}'
I did normalize to:
2020-08-07T10:42:30.359
2020-08-07T10:42:30.557
2020-08-07T10:42:30.757
2020-08-07T10:42:30.959
I did create four POST requests with it. The result was four url links to the exact same image. Then I am asking my self, and you: Is possible capture snapshot intrasecond? How can I achieve this goal?