V.I.O. Stream User Manual

Page 60

Advertising
background image

STREAM User Manual

60

<files>
<file>
<name>P0000000.jpg</name>
<lastmodified>946685292</lastmodified>
<size>142842</size>
</file>
</files>
</still>

Note that each item may be retrieved individually instead of as a group. For instance
/api/still/quality will retrieve only the still quality setting.

get single image from camera and save it sd card

/api/still/capture.jpg

save image to sd card

/api/still/save

set jpeg compression level (1-99)

/api/still?quality=75

overlay

Status

/api/overlay

<overlay>
<enable>0</enable>
<loc_x>50</loc_x>
<loc_y>720</loc_y>
<height>48</height>
<color>blue</color>
</overlay>

Note that each item may be retrieved individually instead of as a group. For instance
/api/overlay/height will retrieve only the height of the time and date overlay in pixels.

start

/api/overlay/start

Note that it is not recommended to use the overlay in "dual encoding" scenarios (simultaneous
recording and streaming) due to performance limitations.

stop

/api/overlay/stop

Advertising