Android Programming Press on the image to return to the main documentation page.

EZcamera

Written by Roger Garstang

List of types:

EZcamera

EZcamera


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Permissions:

android.permission.CAMERA

Events:

PictureTaken (FileSaved As Boolean)

Members:


  Initialize (EventName As String)

  TakePicture (Directory As String, FileName As String)

Members description:

Initialize (EventName As String)
Initializes the camera.
EventName - Event subs prefix.
TakePicture (Directory As String, FileName As String)
Takes a picture. When the picture is ready, the PictureTaken event will be raised.
Directory and FileName is the folder and name to request to give the picture.
Top