mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
MacOSX / QTKit capture: trying to fix invalid timer call
This commit is contained in:
parent
ea049e147d
commit
8cfc87cf01
@ -95,6 +95,8 @@ didDropVideoFrameWithSampleBuffer:(QTSampleBuffer *)sampleBuffer
|
|||||||
- (int)updateImage;
|
- (int)updateImage;
|
||||||
- (IplImage*)getOutput;
|
- (IplImage*)getOutput;
|
||||||
|
|
||||||
|
- (void)doFireTimer:(NSTimer *)timer;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
@ -625,6 +627,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