Default to video port for quick-captures
This commit is contained in:
parent
e74d509d9e
commit
be74b92bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class RAMCaptureAPI(View):
|
|||
|
||||
@use_args(
|
||||
{
|
||||
"use_video_port": fields.Boolean(missing=False),
|
||||
"use_video_port": fields.Boolean(missing=True),
|
||||
"bayer": fields.Boolean(
|
||||
missing=False, description="Return with raw bayer data"
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue