Wikitude
play_for_work
Forum
FAQ
Documentation
Download
wikitude.com
How can we help you today?
Enter your search term here...
Search
Start a new topic
Discussions
Wikitude SDK (Android, iOS, UWP)
Wikitude SDK Questions or Problems
Unable autofocus
V
Vincent
started a topic
over 9 years ago
Unable autofocus
2 Comments
Oldest First
Popular
Newest First
Sorted by
Oldest First
V
Vincent
said
over 9 years ago
Hi,
Is it possible to disable the autofocus ?
Thank you very much
Vincent
V
Vincent
said
over 9 years ago
I succeeded in adding :
NSArray *devices = ;
NSError *error;
for (AVCaptureDevice *device in devices) {
if (() &&
( == AVCaptureDevicePositionBack) ) {
;
if () {
device.focusMode = AVCaptureFocusModeLocked;
NSLog(@"Focus locked");
}
;
}
}
Login
or
Signup
to post a comment
More topics in
Wikitude SDK Questions or Problems
Instatiation of WTArchitectView compile errors
Point of interest - native iOS
Slider
Camera lagging / slow in native Swift application
Create a web service
N-th ImageDrawable not displayed
Radar Example
stop defaultlocationmanager and use architectview.injectlocation ios 10
WTC Size Limit
AngularJS and wikitude
See all 3870 topics
© 2021 Wikitude, a Qualcomm company
Vincent