@@ -244,30 +244,30 @@ other fields with a `&` delimiter.
244244Height and width are integers. Defaults to 320x240, but you can
245245make 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
250250This will automatically attach all VMX sessions which have a loaded
251251model. Very cool for making a demo which automatically runs all of
252252your 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
276276images to VMX or from using a command line utility which streams
277277locally 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
286286To 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
290290To 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
298298for people to read. Note that the default mode of operation is mirror
299299mode 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