There is a newer version of the record available.

Published September 10, 2019 | Version 0.3.2
Software Open

mbari-media-management/annosaurus: annosaurus 0.3.2

Authors/Creators

Description

Added a fast endpoint for fetching images for a given video_reference_uuid. The endpoint is:

http://my.server.net/anno/v1/fast/videoreference/<video_reference_uuid>

It will return JSON image data structured likes so:

[
  {
    "image_reference_uuid": "63dfcfa7-ea7c-4809-8435-89d3bae4bd64",
    "format": "image/jpg",
    "width": 1920,
    "height": 1080,
    "url": "http://search.mbari.org/ARCHIVE/frameGrabs/Ventana/images/3812/00_50_10_19.jpg",
    "description": "compressed image with overlay",
    "video_reference_uuid": "c101ecb4-d22d-4f5c-aa9f-1d1048643086",
    "imaged_moment_uuid": "57be066a-6498-4858-ad5f-07ed4254d8ea",
    "timecode": "00:50:10:19",
    "recorded_timestamp": "2014-11-04T17:05:31Z"
  },
  {
    "image_reference_uuid": "3faed261-d002-418d-9921-fcf163a0191d",
    "format": "image/png",
    "width": 1920,
    "height": 1080,
    "url": "http://search.mbari.org/ARCHIVE/frameGrabs/Ventana/images/3812/00_50_10_19.png",
    "description": "source image",
    "video_reference_uuid": "c101ecb4-d22d-4f5c-aa9f-1d1048643086",
    "imaged_moment_uuid": "57be066a-6498-4858-ad5f-07ed4254d8ea",
    "timecode": "00:50:10:19",
    "recorded_timestamp": "2014-11-04T17:05:31Z"
  }
]

Files

mbari-media-management/annosaurus-0.3.2.zip

Files (760.5 kB)

Name Size Download all
md5:3fdfbc3b8ed6df961797e10dd232a647
760.5 kB Preview Download

Additional details