Can anyone confirm that there's no way to read video using VideoCapture without losing alpha?

asked 2014-05-13 13:58:24 -0600

morganpackard gravatar image

Based on a previous question asked here, it looks to me like OpenCV discards the alpha channel when reading frames from video using VideoCapture. Is this correct? Is VideoCapture not capable of reading the alpha channel of a video? I just want to make sure so I'm not tempted to keep trying. I've tried messing around with the "channel" argument in VideoCapture::retrieve, without any success so far.

edit retag flag offensive close merge delete

Comments

the "channel" argument in VideoCapture::retrieve is more for multi-head cameras (think kinect), not color channels

berak gravatar imageberak ( 2014-05-13 14:17:04 -0600 )edit