Reference Guide

Parameter
* Global overrides identically-named user profile
** After sign off, user profile returns to global value
Description
Device=camera
[format=raw]
[width={camera supported width}]
[height={camera supported height}]
[fps={camera supported fps}]
[samplerate={0, 1, 2, 3, 4, 5}]
[optimize={no, yes}]
[Disable={yes, no}]
[Default={camera device name}]
Specify the ThinOS local camera settings.
format — Support only for raw video type; format=raw is fixed.
width — The width of the resolution that the local camera
supports.
height — The height of the resolution that the local camera
supports.
fps — The frame per second (fps) of the resolution that the local
camera supports.
samplerate — The software level sample rate based on fps to
optimize the performance, where the frame per second for the
camera is actually equal to the fps value multiplied by the
samplerate value. Samplerate values mean the following sample
rates:
0 — 1/1
1 — 1/2
2 — 1/3
3 — 1/4
4 — 1/5
5 — 1/6
optimize — Default is no. Yes/ no option to optimize the width,
height, and fps at 320 x 240 at 10 fps. That is, if optimize=yes, then
320 x 240 at 10 fps will be used for the local camera settings
regardless of the individual settings in width, height, and fps; as
long as the camera supports the 320 x 240 at 10 fps.
If optimize=yes and the camera does not support the 320 x 240 at
10 fps settings, an error will be present in the Event Log of ThinOS.
If optimize=no then the individual settings in width, height, and fps
will be used as long as the camera supports them.
Disable— When you specify Disable=yes, the device is disabled.
For example, the
Camera tab in peripherals setting is disabled, the
Exclude video devices option in Global Connection Settings is
disabled. The device cannot be accessed at local and remote
sessions.
The parameter Default=camera device name supports default
camera device setting.
Parameters for wnos INI, {username} INI, and $MAC INI files
63