Skip to content

Commit f0b178d

Browse files
authored
Pi trac team development branch (#23)
* Removed some unused configuration parameters kShowDebugImagesDuringExposureSelection was not used and was confusing. * Improved Tomcat webshare process, added HOUGH_GRADIENT_ALT - specific parameters to improve circle detection, updated and added documents. * update file permission * Updating closed source build process. * update file permission * Doc updates
1 parent 642222e commit f0b178d

21 files changed

+76
-176
lines changed

Documentation/PiTrac - Debugging and Code Walk-Throughs (2).md

Lines changed: 0 additions & 161 deletions
This file was deleted.

Documentation/PiTrac - Debugging and Code Walk-Throughs.md

Lines changed: 75 additions & 14 deletions
Large diffs are not rendered by default.

Documentation/PiTrac’s Open Interface Specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Each ActiveMQ IPC message sent to/from PiTrac has a particular message type that
2727

2828
| Value | Message Type | Notes |
2929
| :---- | :---- | :---- |
30-
| 0 | Unknown | Essentially and error \- should not occur |
30+
| 0 | Unknown | Essentially an error \- should not occur |
3131
| 1 | RequestForCamera2Image | Sent by the Pi 1 system to signal the Pi 2 system to be ready to take a picture. This also signals to the Pi 2 that the Pi 1 system is going to expect a picture in a Camera2Image \- type message, and that the Pi 1 will be sending an external trigger to the Pi 2 camera. |
3232
| 2 | Camera2Image | Sent by the Pi 2 system when it takes a picture. The message will include the picture itself. The picture is an OpenCV Mat object packed as a MsgPack serialized data type. See gpc\_ipc\_mat.\* in the PiTrac C++ source code. |
3333
| 3 | RequestForCamera2TestStillImage | Reserved for testing modes. |

Software/LMSourceCode/ImageProcessing/RunScripts/runCam1.sh

100644100755
File mode changed.

Software/LMSourceCode/ImageProcessing/RunScripts/runCam1BallLocation.sh

100644100755
File mode changed.

Software/LMSourceCode/ImageProcessing/RunScripts/runCam1Calibration.sh

100644100755
File mode changed.

Software/LMSourceCode/ImageProcessing/RunScripts/runCam1ExternalStrobe.sh

100644100755
File mode changed.

Software/LMSourceCode/ImageProcessing/RunScripts/runCam1Still.sh

100644100755
File mode changed.

Software/LMSourceCode/ImageProcessing/RunScripts/runCam1Test.sh

100644100755
File mode changed.

Software/LMSourceCode/ImageProcessing/RunScripts/runCam2.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)