V.I.O. Stream User Manual

Page 56

Advertising
background image

STREAM User Manual

56

sensor

Status

/api/sensor

<sensor>
<status>Running</status>
<resolution>1080p</resolution>
<fps>30</fps>
<sharpener>0</sharpener>
<noisefilter>0</noisefilter>
<exposuretime>70</exposuretime>
<exposurezone>spot</exposurezone>
</sensor>

Note that each item may be retrieved individually instead of as a group. For instance
/api/sensor/fps will retrieve only the frames per second.

sharpener

/api/sensor?sharpener=1

You should generally have the sharpener turned on unless you plan to do sharpening in video
post-production. Setting the sharpener to 0 will disable the sharpener.

noisefilter

/api/sensor?noisefilter=1

You should generally have the noise filter turned on unless you plan to do noise filtering in video
post-production. Setting the noise filter to 0 will disable the noise filter.

exposuretime

/api/sensor?exposuretime=70

Increase exposure time to brighten / decrease to darken images (suggested range 40-90). The full
range is from 10 to 255.

exposurezone

/api/sensor?exposurezone=fullframe

or

/api/sensor?exposurezone=spot

Spot uses the middle of the sensor for exposure calculations, while fullframe uses the entire
frame

Advertising