Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Managing a vision coprocessor: new package (http://www.chiefdelphi.com/forums/showthread.php?t=142505)

lalondma 01-25-2016 09:20 AM

Managing a vision coprocessor: new package
 
Hello all,
I've seen a few threads on vision processing recently. Good timing, I'm releasing C++ code for managing vision functions that have been offloaded to a coprocessor (Odroid XU3 in our case). Communication between the roboRio and the coprocessor is message-based (zeromq) and asynchronous, so it won't block inside AutonomousPeriodic() or TeleopPeriodic(). Basically you send commands to the coprocessor and you use polling to get the results. Command handling is multithreaded (commands are executed in parallel), and adding new commands (e.g. based on OpenCV) should be easy if you follow the documentation.

Drop me a note if you have installation/implementation issues...

https://github.com/team3990/TechVisionCoproc

Marc


All times are GMT -5. The time now is 09:13 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi