Camera API
When you capture an image using the Camera widget, the device's camera captures the rawbytes of the image. The Camera API provides a function to delete rawbytes for the image.
The Camera API uses kony.camera
namespace and the following API elements.
Function | Description |
---|---|
kony.camera.releaseRawBytes
|
Enables your app to delete rawbytes for the image. |