OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stillImageOutput
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/videoio/src/
cap_ios_photo_camera.mm
40
@property (nonatomic, retain) AVCaptureStillImageOutput*
stillImageOutput
;
55
@synthesize
stillImageOutput
;
70
[self.
stillImageOutput
captureStillImageAsynchronouslyFromConnection:self.videoCaptureConnection
124
self.
stillImageOutput
= nil;
134
self.
stillImageOutput
= [[AVCaptureStillImageOutput alloc] init];
136
[self.
stillImageOutput
setOutputSettings:outputSettings];
137
[self.captureSession addOutput:self.
stillImageOutput
];
139
for (AVCaptureConnection *connection in self.
stillImageOutput
.connections) {
/external/opencv3/modules/videoio/include/opencv2/videoio/
cap_ios.h
165
AVCaptureStillImageOutput *
stillImageOutput
;
Completed in 66 milliseconds