mirror of
https://github.com/opencv/opencv.git
synced 2025-06-21 02:20:50 +08:00
Merge pull request #6051 from mshabunin:fix-cap-qtkit
This commit is contained in:
commit
2c4ed7f8a5
@ -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
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void)doFireTimer:(NSTimer *)timer {
|
||||||
|
(void)timer;
|
||||||
|
// dummy
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user