|
Re: Name of camera task
Quote:
Originally Posted by Zme
I believe there is something to the effect of a DeleteInstance() function in wpi lib i'm not completely sure of its effects though. I do know that stoping cameras with it didn't seem to work out too well, and without source infront of me i can't say much else on it.
as for lag, try decreasing color depth or setting a moderate amount of compression (we use 50).
are you running any image processing? it can slow things down quite a bit.
let us know how it goes
|
DeleteInstance is for Java, and won't delete the images to the dashboard, as my previous post says
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|