04-07-2005 04:19 PM
04-08-2005 12:15 PM
09-16-2010 07:50 AM
Which Direct Show mediatype the usb camera have to support, so 10bit images will work?
09-16-2010 10:45 AM
Hi mulder6,
I believe Scott was incorrect in this 5 year-old post. Neither the old IMAQ for USB or the newer IMAQdx driver supports 10-bit modes via DirectShow. The reason is that (to my knowledge) there is simply no MediaType defined in the specification that corresponds to anything similar. This is likely due to the fact that DirectShow has its roots in media capture/playback, neither which have any reason to use higher than 8-bits per color plane since the increased range cannot be displayed.
To sum it up: if your camera uses any of the MediaTypes defined to be color, IMAQdx will give you an RGB32 image back. If the camera uses one of the palletized formats (RGB1, RGB4, RGB8) IMAQdx will give you a 8-Bit Mono image back.
Eric