Package | Description |
---|---|
com.google.zxing.client.android | |
com.google.zxing.client.android.camera |
Class and Description |
---|
BeepManager
Manages beeps and vibrations for
CaptureActivity . |
CaptureActivity
This activity opens the camera and does the actual scanning on a background thread.
|
CaptureActivityHandler
This class handles all the messaging which comprises the state machine for capture.
|
CaptureActivityHandler.State |
DecodeThread
This thread does all the heavy lifting of decoding the images.
|
InactivityTimer
Finishes an activity after a period of inactivity if the device is on battery power.
|
IntentSource |
ViewfinderView
This view is overlaid on top of the camera preview.
|
Class and Description |
---|
PlanarYUVLuminanceSource
This object extends LuminanceSource around an array of YUV data returned from the camera driver,
with the option to crop to a rectangle within the full data.
|