| Platform | Since |
|---|---|
| iPhone | 0.1 |
| iPad | 0.1 |
| Android | 0.1 |
Shows the camera.
By default, the native camera controls are displayed. To add your own camera controls,
you can add an overlay view by setting the overlay property on the options argument.
To suppress the default controls, set showControls and autohide to false.
If the showControls option is false, you must control the camera explicitly, using
the takePicture and hideCamera
methods.
| Name | Type | Summary |
|---|---|---|
| options | CameraOptionsType |
A dictionary of camera options as described in |