06-29-2014 09:03 PM
06-29-2014 09:10 PM
VerticalMirror would be enough. If we wanted both vertical and horizontal we would just put a 1:1 telescope on our optics 🙂
OK, off to look for DirectShow camera wrappers. Sounds like if we find one then it is a trivial graph.
06-29-2014 09:13 PM
06-29-2014 09:30 PM
Has anyone set it up like that? I am going to run with this tomorrow for sure but if you have any example (e.g. url or blog) then that would help tons. I am mostly worried about how to get IMAQdx driver to piggyback off the MS-driver. Is it as simple as reverting to MS driver and then opening MAX and selecting the imaqdx driver? I guess I am worried because all instructions I saw so far are for installing the camera with imaqdx driver only.
06-29-2014 10:44 PM
Well, I actually drove up to work on a Sunday night to test this out. Turns out, unibrain hides the MS-stack and sets up its own proprietary stack instead but you can force windows to use the DirectShow MS stack. In which case MAX does recognize the camera and does give me VerticalMirror option...
I would mark this as solved but there is a problem. With MS stack, MAX refuses to grab the video and throws "Error 0x80040217 The error code passed into imgShowError is unknown". This seems to be a simple mismatch between image type from the camera and the image type expected by IMAQdx driver, or in other words a conflict somewhere in the middle of a DirectShow graph behind the scenes. How do I debug this? Thanks in advance. This has been tremendously infrmative already and I feel like my lab is _this_ close.
06-29-2014 11:35 PM
OK, so if I downscale the resolution a bit to the more standard size then it all works. Issue solved. Thanks Eric.