Developers

Coming soon: Videography for Developers

You want to control your Videography camera from your own App? No problem – Videography offers a rich API that allows you to control it with simple HTTP requests. See below for an example and try it out with your browser.
We’ll post more information soon.

Retrieve camera status

GET
service/camera/status

Returns an XML document with camera status information. See below for an example document:

<status>
  <started>yes</started>
  <preset>AVCaptureSessionPresetInputPriority</preset>
  <activeformat>1280x720,120.000000-3.000000FPS,875704438</activeformat>
  <fps>120.000000</fps>
</status>