Quote:
Originally Posted by gyroscopeRaptor
Would these solutions work for the new axis M1011 camera?
|
From my experience with the new camera, WPI lib does not have support this year to change the parameters in the code (WPI lib is
that bad this year). that means, you need to adjust the camera parameters by using the camera's web interface, and you won't be able to modify them during the match. In fact, the only way I've been able to stream images with the new camera without causing some sort of cataclysmic crash is by contenting myself with just one line of code:
Code:
AxisCamera &camera = AxisCamera::GetInstance();