Click here to Skip to main content
15,902,114 members

Comments by RobbKirk (Top 17 by date)

RobbKirk 4-Aug-15 4:41am View    
I think your capture device driver doesn't support that format.
My version is: until you don't have native driver for the particular camera, you would have that problem, because VFW by default works with YUY (YUY2) format.
Therefore, the better choice is to manage GET_FORMAT and accept it as the best format for the camera without native driver.
And transform data from comming back grab image into your format.
So you need YUV (YUY) conversion to BMP.
The bad example (according to author opinion) is here: http://www.experts-exchange.com/Hardware/Peripherals/Q_24622577.html
RobbKirk 12-Jul-11 12:20pm View    
I don't care. me about 15+ in IT and never met such blah-blah forum like this one.
I do believe that guys are helpfull, but they talk too much, instead of giving a helping hand.
Finally, I found the solution, and it is NOT trivial... and I really needed GDI expert, as I am not the one.
To cut the crap, if someone need the solution, just poke me up to skype: robbkirk
RobbKirk 11-Jul-11 3:24am View    
krakovyak, to you too.
RobbKirk 10-Jul-11 20:34pm View    
invertion works, AND, OR as well.

the XOR duznt. and it is BUG, just know that... at least .net 3.5 duznt do it well with pre-saved DC or Bitmap.
I've solved it with unmanaged c++ code...
RobbKirk 10-Jul-11 20:30pm View    
CRAP is exactly what you wrote here. you spent a lot of time for it,
Congratulations.