The Ti.CameraView module allows you to use native camera features of iOS.
This is implemented using the AVFoundation
framework, which contains many API's that are not
available with UIImagePickerController
that is used in Ti.Media.showCamera
. It is an optional
module that can be used together with Ti.Media of the Titanium SDK or standalone.
- Titanium Mobile SDK 6.0.0.GA or later
- iOS 8.0 or later
- Camera functionality.
Please see the full-featured example in example/app.js
.
- iOS:
appc ti build -p ios --build-only
from theios
directory
Note: Please do not use the (deprecated)
build.py
for iOS andant
for Android anymore. Those are unified in the above appc-cli these days.
Vijay Vikram Singh, Appcelerator
Apache 2.0
Code contributions are greatly appreciated, please submit a new pull request!