1964
|
1 @prefix : <http://light9.bigasterisk.com/> .
|
|
2 @prefix show: <http://light9.bigasterisk.com/show/> .
|
|
3 @prefix sh: <http://light9.bigasterisk.com/show/dance2019/> .
|
|
4 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
5 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
6
|
|
7 show:dance2019 :videoSetup :cam1 .
|
|
8 :cam1
|
|
9 :dev "/dev/v4l/by-id/usb-Generic_FULL_HD_1080P_Webcam_200901010001-video-index0";
|
|
10 :brightness 0;
|
|
11 :contrast 0;
|
|
12 :saturation 58;
|
|
13 :hue 0;
|
|
14 :wbAuto false;
|
|
15 :gamma 220;
|
|
16 :powerFreq "60 Hz";
|
|
17 :wbTemperature 4600;
|
|
18 :sharpness 4;
|
|
19 :backlight 0;
|
|
20 :exposureAuto "manual";
|
|
21 :exposure 237 .
|