![]() |
Re: 2010 FRC camera vision tracking delay, image processing lag
Our team is working with C++ using the WindRiver workbench (not labview) and data is already correctly sent back to the driverstation (data packing is not an issue).
Specifically our issue is the amout of time the tracking function takes to execute, we want it placed in it's own thread. We need C++ help with: (1) Creating a new VxWorks task (to separate vision processing into its own task) (2) Creating a shared global variable using semaphores (to pass "target array" information back to the main OperatorControl loop) Sorry for the confusion, I will post sample code later tonight to illustrate this concept. |
Re: 2010 FRC camera vision tracking delay, image processing lag
Since my explanation is pretty thorough and has little to do specifically with camera code, I've posted it here:
http://www.chiefdelphi.com/forums/sh...ad.php?t=82398 Share and enjoy. |
Re: 2010 FRC camera vision tracking delay, image processing lag
We are using latest udpates and programming in java. When testing tracking yesterday, we observed that the response time of the robot to the movement of the target got worse, the longer the program ran. After bootup, tracking response and image update were excellent. The more tracking cycles that were initiated, the worse the performance got; to the point where the robot would no longer track. On the drivers station we could see that the target was being tracked but with a significant delay as indicated by when the "locked on" circles were drawns around the target.
|
Re: 2010 FRC camera vision tracking delay, image processing lag
Quote:
Consider posting to the Java sub-forum instead? |
| All times are GMT -5. The time now is 13:04. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi