12bit grayscale image acquistion,
Show older comments
I have a new camera which can acquire 12 bit grascale image . But i couldn interface it with maltab imaq. Since it has RGB and UVYY format . In case i get the image from the rgb format and later change the colorspace the image acquited in the format 8 bit grayscale . Can anyone help me out?
Accepted Answer
More Answers (1)
Walter Roberson
on 19 Apr 2012
0 votes
rgb2gray() ??
4 Comments
manoj sambasivam
on 19 Apr 2012
Walter Roberson
on 19 Apr 2012
What is class() of your input data?
manoj sambasivam
on 20 Apr 2012
Walter Roberson
on 23 Apr 2012
The RGB32 mode: how many bits each does it allocate for R, G, and B? 32 bits can fit 11 bits each for two of the channels and 10 bits for the third channel, but it cannot fit 12 bits for each of 3 channels.
Categories
Find more on GigE Vision Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!