mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:42:52 +08:00
parent
707426ece2
commit
199732845e
@ -206,7 +206,7 @@ Optional parameters to customize the camera settings.
|
|||||||
PICTURE: 0, // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
|
PICTURE: 0, // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
|
||||||
VIDEO: 1, // allow selection of video only, WILL ALWAYS RETURN FILE_URI
|
VIDEO: 1, // allow selection of video only, WILL ALWAYS RETURN FILE_URI
|
||||||
ALLMEDIA : 2 // allow selection from all media types
|
ALLMEDIA : 2 // allow selection from all media types
|
||||||
};
|
};
|
||||||
|
|
||||||
- __correctOrientation__: Rotate the image to correct for the orientation of the device during capture. _(Boolean)_
|
- __correctOrientation__: Rotate the image to correct for the orientation of the device during capture. _(Boolean)_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user