//
"cam1-light": true,
//
"brightness": 1,
//
"cam2-exists": false,
//
"main-camera": 2,
// }
Übersicht Informationsanfragen
API Key
Description
cam1-light
camera 1 light on?
cam2-light
camera 2 light on?
cam1-sensor
Some Camera heads has 2 Sensors. Witch sensor is selected?
cam2-sensor
Some Camera heads has 2 Sensors. Witch sensor is selected?
main-camera
Witch camera input is main?
What resolution is currently set?
resolution
„4K" → 3840x2160, „FullHD" → 1920x1080, „HD" → 1280x720
auto-whitebalance
Is automatic white balance switched on?
noise-supression
Is noise supression switched on?
auto-exposure
Should the exposure of the image be aligned automatically?
brightness
If ‚auto-exposure' is on, then you can setup brightness
gain
If ‚auto-exposure' is off, then you can setup gain
jpeg-quality
jpeg compression quality.
contrast
sharpness
saturation
red-gain
If ‚auto-white-balance' is off
blue-gain
If ‚auto-white-balance' is off
Picture in picture modus:
pip-mode
0 → only current camera, 1 → pip is top left, 2 → top right, 3 → bottom
left, 4 → bottom right
Befehlsanfragen
Beispiel 2
customSendToAPI({
"resolution": "HD",
"jpeg-quality": 100,
"cam1-light": true,
});
// response = {
//
"resolution": "HD"
//
"jpeg-quality": 90,
//
"cam1-light": true,
// }
// get jpeg as blob file
Information key list
Command Requests
Example 2
35
Anhang | Appendix
Response (type)
(bool)
(bool)
1 or 2 (int)
1 or 2 (int)
1 or 2 (int)
„4K", „FullHD", „HD"
(string)
(bool)
(bool)
(bool)
-7 to 7(int)
0 to 42 (int)
1.0 to 100.0 (float)
1 to 2.5 (float)
1 to 15 (int)
-7 to 7 (int)
-128 to 127 (int)
-128 to 127 (int)
0 to 5 (int)