Commit 2c4ed7f8 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6051 from mshabunin:fix-cap-qtkit

parents 5efadcb3 a2bda999
...@@ -93,6 +93,8 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer ...@@ -93,6 +93,8 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
- (int)updateImage; - (int)updateImage;
- (IplImage*)getOutput; - (IplImage*)getOutput;
- (void)doFireTimer:(NSTimer *)timer;
@end @end
/***************************************************************************** /*****************************************************************************
...@@ -622,6 +624,11 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer ...@@ -622,6 +624,11 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
return 1; return 1;
} }
- (void)doFireTimer:(NSTimer *)timer {
(void)timer;
// dummy
}
@end @end
......
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