Get still image via cloud service

Answered

Comments

2 comments

  • Avatar
    Anton Babinov

    Hi Byron.

    cloud service doesn't provide any specialized API for communication with VMS system. Mainly you can use cloud as proxy to access VMS systems which aren't exposed via internet. 

    If you don't want to sending /ec2/cameraThumbnail request directly to mediaserver's IP, you can use

    https://{systemId}.relay.vmsproxy.com/ec2/cameraThumbnail?cameraId=xxxxxxxx&time=now

    as described in this article.

    However, if your concern about limiting ownership/responsibility, I'd recommend to create separate user with limited permission and use this user's credentials when sending API request.

     

     

    0
    Comment actions Permalink
  • Avatar
    Byron Paul

    Thanks Anton, had made the assumption that the cloud API differed rather than providing a proxy. This solution is in and working now, thank you for your response. 

    0
    Comment actions Permalink

Please sign in to leave a comment.