view show/dance2019/vidref.n3 @ 2450:a4052905ca7d default tip

notes about how rdfdb syncs, or should sync
author drewp@bigasterisk.com
date Mon, 03 Jun 2024 23:01:54 -0700
parents e8e8e4951af5
children
line wrap: on
line source

@prefix : <http://light9.bigasterisk.com/> .
@prefix show: <http://light9.bigasterisk.com/show/> .
@prefix sh: <http://light9.bigasterisk.com/show/dance2019/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

show:dance2019 :videoSetup :cam1 .
:cam1
  :dev "/dev/v4l/by-id/usb-Generic_FULL_HD_1080P_Webcam_200901010001-video-index0";
  :brightness 0;
  :contrast 0;
  :saturation 58;
  :hue 0;
  :wbAuto false;
  :gamma 220;
  :powerFreq "60 Hz";
  :wbTemperature 4600;
  :sharpness 4;
  :backlight 0;
  :exposureAuto "manual";
  :exposure 237 .