forked from patrickpoirier51/JeVois--Python-Tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitscript.cfg
28 lines (22 loc) · 799 Bytes
/
initscript.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# JeVois initialization script
#
# This script is run upon statup of the JeVois main engine. You can here specify commands (like you would type them to
# the JeVois command-line interface) to execute upon startup, even before a module is loaded.
# Example: load the SaveVideo with no USB out module (check its mapping index, it was 0 at the time of writing this),
# start streaming, and start saving:
#setmapping 0
#setpar serlog Hard
#setpar serout Hard
#streamon
#start
#Start Onject Tracker
#setmapping2 YUYV 320 240 60.0 JeVois ObjectTracker
#setmapping2 YUYV 320 240 30.0 JeVois ObjectTracker
#streamon
#START ARUCOTRACKER
#setmapping2 YUYV 640 480 30.0 JeVois DemoArUco
setmapping2 YUYV 1280 1024 15.0 JeVois DemoArUco
setpar serout Hard
setpar showpose false
setpar serstyle 1
streamon