Skip to content

Commit

Permalink
Min width and max FPS
Browse files Browse the repository at this point in the history
Set minimum grabbed video width to 16 pixels and maximum FPS to 120.
  • Loading branch information
corckie authored Feb 5, 2022
1 parent 91f12c1 commit 48e8926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libsrc/hyperhdrbase/schema/schema-systemGrabber.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format": "stepper",
"title" : "edt_conf_stream_max_resolution_title",
"default" : 512,
"minimum" : 196,
"minimum" : 16,
"maximum" : 640,
"append" : "edt_append_pixel",
"required" : true,
Expand All @@ -31,7 +31,7 @@
"title" : "edt_conf_stream_framerate_title",
"default" : 10,
"minimum" : 5,
"maximum" : 30,
"maximum" : 120,
"append" : "fps",
"required" : true,
"propertyOrder" : 10
Expand Down

0 comments on commit 48e8926

Please sign in to comment.