|
Image Processing with 2 cameras
#C++
Hey all,
We are trying to implement a target detection system by using 2 cameras.
Yet, we are having trouble saving images from 2 separate AxisCameras because WPILib will only allow us to have a reference to one of the 2 cameras, and when we try to get a reference to the 2nd camera, it simply returns the reference to the first. This is most likely because of the singleton in the AxisCamera class.
Did anyone encounter a similar problem? If so, what are the alternative solutions you have tried?
Thanks.
Ken, and Saul
|