Thread
:
FCam question!
View Single Post
chun0216
2010-11-17 , 02:03
Posts: 7 | Thanked: 1 time | Joined on Aug 2010 @ USA
#
1
Hello All,
I was wondering...has anyone used Fcam before?
I am using FCam and I am trying to capture a shot with RGB24 format but it does not work for me.
So I did something like:
shot.image = FCam::Image(640, 480, FCam::RGB24);
It does not work but if I do:
shot.image = FCam::Image(640, 480, FCam::UYVY);
it worked and I don't understand why RGB24 format never works in FCam for simple capture image.
Can someone help me? Thank you so much,
Quote & Reply
|
chun0216
View Public Profile
Send a private message to chun0216
Find all posts by chun0216