B
Btb4198
Guest
I have a cam that is returning 10 bits pixels. I get an array that is double the size of the picture because it is using two 8 bit bytes to make one 10 bit integer.
so one pixel = two bytes .
So I have a working convert for that part. however, I need to display an array of integers in to a bitmap.
how do I do that ?
Continue reading...
so one pixel = two bytes .
So I have a working convert for that part. however, I need to display an array of integers in to a bitmap.
how do I do that ?
Continue reading...