mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
- Set 'Software Frame Decimation' begin to 0
- Removed grabber specific device name from Log - Keep pixel format when switching resolution - Display 'Flip mode' correct in Log - BGR24 images always flipped
This commit is contained in:
@@ -110,9 +110,9 @@
|
||||
{
|
||||
"type" : "integer",
|
||||
"title" : "edt_conf_v4l2_fpsSoftwareDecimation_title",
|
||||
"minimum" : 1,
|
||||
"minimum" : 0,
|
||||
"maximum" : 60,
|
||||
"default" : 1,
|
||||
"default" : 0,
|
||||
"required" : true,
|
||||
"propertyOrder" : 14
|
||||
},
|
||||
|
Reference in New Issue
Block a user