Fixed resize docstring
This commit is contained in:
parent
0fe9f4c42b
commit
8a4be49d46
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ class ListAPI(MicroscopeView):
|
|||
"use_video_port": true,
|
||||
"bayer": true,
|
||||
"size": {
|
||||
"x": 640,
|
||||
"y": 480
|
||||
"width": 640,
|
||||
"height": 480
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue