Commit 1e5a600d authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed video capturing on Mac running Windows (ticket #988)

parent f309bafe
...@@ -754,14 +754,14 @@ videoDevice::videoDevice(){ ...@@ -754,14 +754,14 @@ videoDevice::videoDevice(){
width = 0; width = 0;
height = 0; height = 0;
tryWidth = 0; tryWidth = 640;
tryHeight = 0; tryHeight = 480;
tryVideoType = MEDIASUBTYPE_RGB24; tryVideoType = MEDIASUBTYPE_RGB24;
nFramesForReconnect= 10000; nFramesForReconnect= 10000;
nFramesRunning = 0; nFramesRunning = 0;
myID = -1; myID = -1;
tryDiffSize = false; tryDiffSize = true;
useCrossbar = false; useCrossbar = false;
readyToCapture = false; readyToCapture = false;
sizeSet = false; sizeSet = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment