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,
|
"use_video_port": true,
|
||||||
"bayer": true,
|
"bayer": true,
|
||||||
"size": {
|
"size": {
|
||||||
"x": 640,
|
"width": 640,
|
||||||
"y": 480
|
"height": 480
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue