This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
OSC getLivePreview implementation #143
Open
Description
Hey
I need to implement the getLivePreview command from Google Open Spherical Camera API
https://developers.google.com/streetview/open-spherical-camera/reference/camera/getlivepreview
What i need to do is a POST with some data that will tell the endpoint i need the getLivePreview stream ... the output is a video stream of MOTION Jpegs at 15fps ... the pb is that i need a way to display them in javascript by executing a POST request (any other method will not work)
is there a way this library can help me implement that?
thanks