We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a6bca commit 0578991Copy full SHA for 0578991
1 file changed
docs/VMXapi.md
@@ -129,8 +129,7 @@ VMX in many different interesting scenarios.
129
The input to `process_image` also takes a params object.
130
131
```sh
132
-{"command":"process_image":"image":"/VMXdata/first.jpg"}
133
-{"command":"process_image":"image":"/VMXdata/first.jpg","fast":1,"scale":1}
+{"command":"process_image","images":[{"image":"/VMXdata/first.jpg"}]}
134
```
135
136
#### Showing a model
0 commit comments