We just pushed out a very early release of the PiTrac source code! See here.
If you'd like to try to build it, please see the Pi Setup document, which includes compilation instructions toward the end, preceded by a lot of prerequisites. Please send any feedback and issues to pitrac.lm@gmail.com.
The code drop is not quite ready for prime time, but we didn't want another weekend to go by without giving folks a chance to compile and see the source code. We hope to have a little more finalized version out in the first half of January.
This version has no TruGolf connection ability, but we expect to include that next week.
Addendum:
If you're interested, you will need to make sure you have the latest "Bookworm" Pi O/S installed on the Pi you're building on. Once you have the pre-requisites like OpenCV and libcamera and such, the build process should hopefully be a pretty straight-forward meson/ninja build. Something like:
> mkdir ~/Dev
> cd ~/Dev
> git clone https://github.com/jamespilgrim/PiTrac.git
> export PITRAC_ROOT=/home/<your username>/Dev/PiTrac/Software/LMSourceCode
> cd $PITRAC_ROOT/ImageProcessing
> meson setup build
> ninja -C build
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.