Ich habe versucht das ganze mal schematisch darzustellen, wobei ich die Anzahl der LED's jetzt nicht explizit dargestellt habe

Code: Alles auswählen
"grabber-v4l2" :
{
"device" : "/dev/video0",
"input" : 0,
"standard" : "PAL" (hier "NTSC"),
"width" : 720, (hier -1 und somit Standard)
"height" : 576, (hier -1, ebenfalls Standard)
"frameDecimation" : 0, (hier 2)
"sizeDecimation" : 8, (hier 4, je höher desto weniger Last wohl für den RPi2)
"priority" : 1100, (hier 800, auch Standard)
"mode" : "2D",
"cropLeft" : 6,
"cropRight" : 6,
"cropTop" : 2,
"cropBottom" : 2,
"redSignalThreshold" : 0.1,
"greenSignalThreshold" : 0.1,
"blueSignalThreshold" : 0.1
},
Code: Alles auswählen
LD_LIBRARY_PATH=/storage/hyperion/bin /storage/hyperion/bin/hyperion-v4l2 /storage/.config/hyperion.config.json --crop-top 12 --crop-left 10 --crop-bottom 0 --crop-right 10 --size-decimator 2 --frame-decimator 2 --screenshot
Code: Alles auswählen
LD_LIBRARY_PATH=/storage/hyperion/bin /storage/hyperion/bin/hyperion-v4l2 /storage/.config/hyperion.config.json --width 720 --height 576 --crop.....