Hi All,
I am facing problems to convert the image query from CLEyeCameraGetFrame API to the Image<Bgr, Byte> format used in emgucv which is a c# wrapper for opencv.
This is the line in the opencv:
Image<Bgr, Byte> currentFrame = camera_object.queryFrame();
where the queryframe is by the capture class from opencv.
For now i want to use the CLEyeCameraGetFrame API to substitute the opencv query frame….
Basically what I want to do is to get the image from my ps3eye and used the image in emgucv…..
I tried with the original capture class from opencv which it only able to capture from one ps3 eye. I need to make it work for 2 ps3eye and it looks ike the only way to do so is to use the CLEye sdk api.
Can anyone please help ? Thanks….