Ask Your Question

cmastudios's profile - activity

2019-05-22 08:10:05 -0600 received badge  Popular Question (source)
2014-01-19 01:54:40 -0600 received badge  Autobiographer
2014-01-18 14:42:25 -0600 received badge  Supporter (source)
2014-01-18 14:42:19 -0600 received badge  Scholar (source)
2014-01-16 19:27:54 -0600 asked a question Camera input video compression

I want the camera to compress the video using VideoCapture class. However, I cannot figure out how to set the property to enable camera to start compressing video. I have tried to set the property CV_CAP_PROP_FOURCC with VideoCapture::set but that requires a double as the parameter but CV_CAP_PROP_FOURCC is supposed to take char[4]. Can someone please help?