Seth (cerupcat) - 11 September 2009 08:31 PM
Gunning: I’m pretty sure this is allows for 2 cameras max.
kylemcdonald: I agree. It would be nice to have a version that doesn’t have the bells and whistles and just allows the ability to access more than one camera. I’m not sure it’s ideal to only be able to use 2 cameras stitched together.
Seth: Thanks for the Reply
This is a pity, I thought that it was just a limitation on the part of the test software and not the multicam driver itself…
While this multicam driver is aimed mainly at the MT group its uses would be wide spread out side also, it would be really great if you could simply access more than 2 cameras and control the stitching operation through openCV
For my own testing I was hoping to stitch together the color video instead of greyscale.
I tried changing the No. colour Channels to 3 and the Video Depth in the openCV function cvCreateImage(cvSize(w,h), IPL_DEPTH_8U, 1);
but the stiched video keeps apearring greyscale, is there anywhere else in the test code or PS3EyeMulticamStart() function that is converts it to greyscale?