Last modified by Soeren Domroes on 2025/01/30 12:18

From version 7.3
edited by stu122612
on 2023/07/06 14:48
Change comment: Updated the relative links.
To version 7.2
edited by stu122612
on 2023/07/06 14:48
Change comment: Update document after refactoring.

Summary

Details

Page properties
Content
... ... @@ -92,9 +92,7 @@
92 92  during manual gameplay which is then uploaded to mega.nz with a new numerical file-name.
93 93  )))
94 94  |(((
95 -{{code language="none"}}
96 -make get
97 -{{/code}}
95 +{{code language="none"}}make get{{/code}}
98 98  )))|(((
99 99  Executes a python script that can (interactively) get a recorded video from the mega.nz folder.
100 100  Intended for getting video input files transferred to a different machine (not the Pi) for testing the image detection.
... ... @@ -136,7 +136,7 @@
136 136  !
137 137  )))
138 138  
139 -For instructions on how to use the {{code language="none"}}./calibrate{{/code}}, see [[doc:PP18.World Coordinate System]].
137 +For instructions on how to use the {{code language="none"}}./calibrate{{/code}}, see [[doc:World Coordinate System]].
140 140  
141 141  Working without mega.nz (and python): On the pi, you need to create a file called {{code language="none"}}_pi_logged_in{{/code}} (e.g. with {{code language="none"}}touch _pi_logged_in{{/code}}) before calling {{code language="none"}}make{{/code}} for the first time. On a different machine, you don’t need to do this. You cannot use {{code language="none"}}make capture{{/code}} or {{code language="none"}}make get{{/code}} without these command-line tools.
142 142