Skip to content

Commit 90a6bca

Browse files
committed
update docs with new router URLs like '#/?mirror_mode=false'
1 parent 59b614d commit 90a6bca

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/VMXAppBuilder.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -244,30 +244,30 @@ other fields with a `&` delimiter.
244244
Height and width are integers. Defaults to 320x240, but you can
245245
make it 640x480 or 160x120.
246246

247-
`http://localhost:3000/#?width=640&height=480`
247+
`http://localhost:3000/#/?width=640&height=480`
248248

249249
#### Auto-attaching to all sessions
250250
This will automatically attach all VMX sessions which have a loaded
251251
model. Very cool for making a demo which automatically runs all of
252252
your detectors.
253253

254-
`http://localhost:3000/#?auto_attach=true`
254+
`http://localhost:3000/#/?auto_attach=true`
255255

256256
#### Turning on the tracking grid display
257257

258-
`http://localhost:3000/#?show_grid=true`
258+
`http://localhost:3000/#/?show_grid=true`
259259

260260
#### Making grid wiggle without detections
261261

262-
`http://localhost:3000/#?grid_always=true`
262+
`http://localhost:3000/#/?grid_always=true`
263263

264264
#### Not rendering the video input
265265

266-
`http://localhost:3000/#?hide_video=true`
266+
`http://localhost:3000/#/?hide_video=true`
267267

268268
#### Showing raw detection boxes (without tracking)
269269

270-
`http://localhost:3000/#?show_raw_boxes=true`
270+
`http://localhost:3000/#/?show_raw_boxes=true`
271271

272272
#### Passing in IP camera URL
273273

@@ -276,7 +276,7 @@ the last successful request. Can be used with an IP camera to stream
276276
images to VMX or from using a command line utility which streams
277277
locally hosted movies as an IP camera.
278278

279-
`http://localhost:3000/#?url=http://localhost:8081`
279+
`http://localhost:3000/#/?url=http://localhost:8081`
280280

281281
#### Setting the ipcam_delay
282282

@@ -285,11 +285,11 @@ with `url`.
285285

286286
To get images very quickly (20ms delay):
287287

288-
`http://localhost:3000/#?url=http://localhost:8081&ipcam_delay=20`
288+
`http://localhost:3000/#/?url=http://localhost:8081&ipcam_delay=20`
289289

290290
To get images slowly (2000ms delay):
291291

292-
`http://localhost:3000/#?url=http://localhost:8081&ipcam_delay=2000`
292+
`http://localhost:3000/#/?url=http://localhost:8081&ipcam_delay=2000`
293293

294294

295295
#### Turning off mirror_mode (enabled by default)
@@ -298,4 +298,4 @@ This will give the original image so that text is oriented left-right
298298
for people to read. Note that the default mode of operation is mirror
299299
mode so that you can interact with your detectors more naturally.
300300

301-
`http://localhost:3000/#?mirror_mode=false`
301+
`http://localhost:3000/#/?mirror_mode=false`

0 commit comments

Comments
 (0)