OzDave
July 7, 2010, 07:57:43
Hi,
I use a firewire DMK31AF03 on MacOSx 10.6.x. I am a software developer and have written some firewire control software for the camera. Being a colour camera, the firewire firmware reports that the camera supports both Colour and Monochrome imaging modes.
The Monochrome mode will provide me with 1024x768 pixel luminance data, while the Colour mode provides me with 1024x768 pixel UYVY (YUV) image data. I have found that if I simply convert the UYVY data to RGB for each pixel, I get a correctly coloured image. I do not have to perform any debayering of the image, which kind of makes sense since YUV is already a colour image format. This makes me think that the camera must be doing the debayering internally and then producing the YUV image data.
So I have several questions:
1) Is the camera delivering me an internally debayered image in this case?
2) If I use the camera in monochrome mode, I assume the output data is simply the Y data from the colour image, with the UV data dropped?
3) Is there a way to get a RAW colour image that would require me to debayer it? There does not appear to be a way to do that with the fireware camera, but I read reports of people using IC Capture on this forum and doing debayering with that or Registax. But I wonder if that is only for the USB models?
I use a firewire DMK31AF03 on MacOSx 10.6.x. I am a software developer and have written some firewire control software for the camera. Being a colour camera, the firewire firmware reports that the camera supports both Colour and Monochrome imaging modes.
The Monochrome mode will provide me with 1024x768 pixel luminance data, while the Colour mode provides me with 1024x768 pixel UYVY (YUV) image data. I have found that if I simply convert the UYVY data to RGB for each pixel, I get a correctly coloured image. I do not have to perform any debayering of the image, which kind of makes sense since YUV is already a colour image format. This makes me think that the camera must be doing the debayering internally and then producing the YUV image data.
So I have several questions:
1) Is the camera delivering me an internally debayered image in this case?
2) If I use the camera in monochrome mode, I assume the output data is simply the Y data from the colour image, with the UV data dropped?
3) Is there a way to get a RAW colour image that would require me to debayer it? There does not appear to be a way to do that with the fireware camera, but I read reports of people using IC Capture on this forum and doing debayering with that or Registax. But I wonder if that is only for the USB models?