Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addCameraListener(CameraNotifyListener) - Method in class com.digimarc.capture.camera.CameraWrapperBase
- addListener(AudioServiceReceiver) - Method in class com.digimarc.capture.audio.AudioService.AudioServiceClientBinder
-
Add a listener to receive audio buffers
- addSecureWatermarkReadinessObserver(SecureWatermarkReadinessObserver) - Method in class com.digimarc.dms.session.SdkSession
-
Set an observer for readiness messages for digital watermarks that require certificates.
- addSurfaceTextureListener(TextureView.SurfaceTextureListener) - Method in class com.digimarc.capture.camera.CameraSurfaceView
-
Adds a listener for receiving any SurfaceTextureListener callbacks that the texture view receives.
- addSymbology(int) - Method in enum class com.digimarc.dms.readers.BaseReader.AudioSymbology
- addSymbology(int) - Method in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
- addSymbology(int) - Method in interface com.digimarc.dms.readers.BaseReader.Symbology
- addSymbology(int) - Method in enum class com.digimarc.dms.readers.BaseReader.UndefinedSymbology
- ae - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
- af - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
- AlertDialogActivity - Class in com.digimarc.capture.camera
- AlertDialogActivity() - Constructor for class com.digimarc.capture.camera.AlertDialogActivity
- All_Audio_Readers - Static variable in class com.digimarc.dms.readers.BaseReader
-
Prebuilt bitmask containing all the available audio readers.
- All_Audio_Symbologies - Static variable in class com.digimarc.dis.DMSDetectorView
-
Enables all audio symbologies.
- All_Barcode_1D_Readers - Static variable in class com.digimarc.dms.readers.BaseReader
-
Prebuilt bitmask containing all the available 1D barcode readers.
- All_Barcode_Readers - Static variable in class com.digimarc.dms.readers.BaseReader
-
Prebuilt bitmask containing the normally used barcode readers (1D & QR).
- All_Image_Readers - Static variable in class com.digimarc.dms.readers.BaseReader
-
Prebuilt bitmask containing the normally used image readers.
- All_Image_Symbologies - Static variable in class com.digimarc.dis.DMSDetectorView
-
Enables all normal image symbologies.
- All_Symbologies - Static variable in class com.digimarc.dis.DMSDetectorView
-
Enables all normal image symbologies as well as all audio symbologies.
- allocate(int) - Static method in class com.digimarc.capture.camera.ImagePlane
- Already_Initialized - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
The initialize() method cannot be called a second time without calling uninitialize() first.
- Already_Released - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
Once the release() method has been called on DMSDetectorView the object cannot be initialized again.
- applyRotationToPoints(List<Point>, int) - Static method in class com.digimarc.dms.readers.Utility
-
Rotate a set of region points.
- ARGB8888 - Enum constant in enum class com.digimarc.capture.camera.HelperCaptureFormat
-
32-bit RGB bitmap format.
- ARGB8888 - Enum constant in enum class com.digimarc.dms.readers.image.CaptureFormat
-
32-bit RGB bitmap format.
- attach(Image.Plane) - Method in class com.digimarc.capture.camera.ImagePlane
- attachCamera(CameraHelper) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader
-
This method will create a CameraDataListener instance and pipe the images received directly into the reader's processImageFrame() method.
- attachToImage(Image) - Static method in class com.digimarc.capture.camera.ImageData
-
Creates an ImageData object and initializes it with the contents of a Camera2 Image buffer.
- attachToPlane(Image.Plane) - Static method in class com.digimarc.capture.camera.ImagePlane
- Audio - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ResultType
-
Used when the associated
ReaderResult
object contains data from audio reads. - Audio_Digimarc - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Audio Digimarc representation contains the full payload path decoded from the Audio Digimarc.
- Audio_Digimarc - Enum constant in enum class com.digimarc.dms.readers.BaseReader.AudioSymbology
-
Audio Digimarc symbology.
- Audio_Reader_Error - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
An error occurred in the audio reader.
- AudioCaptureReader - Class in com.digimarc.dms.readers.audio
-
This class provides asynchronous audio reading.
- AudioCaptureReader.Builder - Class in com.digimarc.dms.readers.audio
- AudioDataListener - Interface in com.digimarc.capture.audio
-
AudioDataListener provides audio buffers for application processing.
- AudioHelper - Class in com.digimarc.capture.audio
-
The AudioHelper class provides an easy way to add audio support to an application.
- AudioHelper.Builder - Class in com.digimarc.capture.audio
- AudioID - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
AudioID representation contains a Digimarc audio watermark ID.
- AudioReader - Class in com.digimarc.dms.readers.audio
-
This class provides synchronous audio reading functionality.
- AudioReader.Builder - Class in com.digimarc.dms.readers.audio
- AudioService - Class in com.digimarc.capture.audio
-
A service that handles recording audio in the background.
- AudioService() - Constructor for class com.digimarc.capture.audio.AudioService
- AudioService.AudioServiceClientBinder - Class in com.digimarc.capture.audio
-
This class contains the methods that the client is allowed to call on the service.
- Auto - Enum constant in enum class com.digimarc.capture.camera.Metadata.FlashMode
-
Camera1 -
FLASH_MODE_AUTO
Camera2 - not used - AUTO_ALL - Static variable in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
-
Set Auto Focus, Auto Exposure and Auto White Balance.
- AUTO_EXPOSURE - Static variable in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
-
Set the Auto Exposure region if this device supports it.
- AUTO_FOCUS - Static variable in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
-
Set the Auto Focus region if this device supports it.
- AUTO_WHITE_BALANCE - Static variable in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
-
Set the Auto White Balance region if this device supports it.
- awb - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
B
- BaseCaptureReader - Class in com.digimarc.dms.readers
-
All asynchronous reader objects derive from this class.
- BaseReader - Class in com.digimarc.dms.readers
-
All reader objects derive from this base class.
- BaseReader.AudioSymbology - Enum Class in com.digimarc.dms.readers
-
Audio symbologies are intended for use with the audio-based readers (
AudioReader
andAudioCaptureReader
). - BaseReader.ImageDetectionType - Enum Class in com.digimarc.dms.readers
-
ImageDetectionType is used by the
ImageReader
andVideoCaptureReader
to specify how intensively the reader examines each image. - BaseReader.ImageSymbology - Enum Class in com.digimarc.dms.readers
-
Image symbologies are intended for use with the image-based readers (
ImageReader
andVideoCaptureReader
). - BaseReader.ReaderError - Enum Class in com.digimarc.dms.readers
-
Error codes that may be received by Readers.
- BaseReader.ResultType - Enum Class in com.digimarc.dms.readers
-
Used by
ResultListener
to signal what type of results a callback contains. - BaseReader.Symbology - Interface in com.digimarc.dms.readers
-
All symbologies implement the Symbology interface.
- BaseReader.UndefinedSymbology - Enum Class in com.digimarc.dms.readers
-
The undefined symbology is a default value only.
- BitmapUtils - Class in com.digimarc.capture.camera
-
This class provides a series of utility methods for handling camera frames.
- BitmapUtils() - Constructor for class com.digimarc.capture.camera.BitmapUtils
- BitmapUtils.SCALING_LOGIC - Enum Class in com.digimarc.capture.camera
- build() - Method in class com.digimarc.capture.audio.AudioHelper.Builder
-
Create an AudioHelper instance
- build() - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
Create CameraHelper using the configured parameters.
- build() - Method in class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle.Builder
- build() - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader.Builder
-
Build a reader using the settings specified.
- build() - Method in class com.digimarc.dms.readers.audio.AudioReader.Builder
-
Build a reader using the settings specified.
- build() - Method in class com.digimarc.dms.readers.image.ImageReader.Builder
-
Build a reader using the settings specified.
- build() - Method in class com.digimarc.dms.readers.image.PreviewDetectionRegion.Builder
- build() - Method in class com.digimarc.dms.readers.image.VideoCaptureReader.Builder
-
Build a reader using the settings specified.
- build() - Method in class com.digimarc.dms.resolver.Resolver.Builder
-
Build a resolver using the settings specified.
- Builder() - Constructor for class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle.Builder
- Builder() - Static method in class com.digimarc.capture.audio.AudioHelper
-
Get Builder object for creating a AudioHelper object
- Builder() - Static method in class com.digimarc.capture.camera.CameraHelper
-
Get Builder object for creating a CameraHelper object
- Builder(RectF) - Static method in class com.digimarc.dms.readers.image.PreviewDetectionRegion
-
Creates a Builder based on the visible region of the camera image.
- Builder(SdkSession) - Static method in class com.digimarc.dms.readers.audio.AudioCaptureReader
-
Get Builder object for creating an AudioCaptureReader object
- Builder(SdkSession) - Static method in class com.digimarc.dms.readers.audio.AudioReader
-
Get Builder object for creating an AudioReader object
- Builder(SdkSession) - Static method in class com.digimarc.dms.readers.image.ImageReader
-
Get Builder object for creating an ImageReader object
- Builder(SdkSession) - Static method in class com.digimarc.dms.readers.image.VideoCaptureReader
-
Get Builder object for creating an VideoCaptureReader object
- Builder(SdkSession) - Static method in class com.digimarc.dms.resolver.Resolver
-
Get Builder for creating a new Resolver
- buildSymbologyMask(BaseReader.Symbology...) - Static method in class com.digimarc.dms.readers.BaseReader
-
Helper method to build a symbology bitmask of different reader types.
C
- Camera_Reader_Error - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
An error occurred in the camera frame reader.
- Camera1 - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraLevel
-
Camera1 API will always be used no matter what APIs the device supports.
- Camera2 - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraLevel
-
Camera2 API will be used if possible, otherwise app will fall back to Camera1.
- Camera2_Raw - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraLevel
-
Deprecated.
- Camera2Wrapper - Class in com.digimarc.capture.camera
- CameraConfigurationListener - Interface in com.digimarc.capture.camera
-
CameraConfigurationListener defines an interface for handling camera configuration events.
- CameraDataListener - Interface in com.digimarc.capture.camera
-
CameraDataListener provides camera frames for the application to process.
- CameraErrorListener - Interface in com.digimarc.capture.camera
-
CameraErrorListener defines an interface for handling camera errors.
- CameraHelper - Class in com.digimarc.capture.camera
-
The CameraHelper class provides a mechanism to switch to use android.hardware.camera2 API in order to get the best Digimarc Barcode reading performance.
- CameraHelper.Builder - Class in com.digimarc.capture.camera
- CameraHelper.CameraError - Enum Class in com.digimarc.capture.camera
-
Error codes that may be sent to the
CameraErrorListener.onError(CameraHelper.CameraError error)
method. - CameraHelper.CameraLevel - Enum Class in com.digimarc.capture.camera
-
Allows an app to specify what type of camera support (i.e.
- CameraHelper.MeteringRegion - Enum Class in com.digimarc.capture.camera
-
MeteringRegion flags are used by the
CameraHelper.setFocusRegion(DetectionRegion, int)
andCameraHelper.setFocusPoint(float, float, int, int)
methods. - CameraNotifyListener - Interface in com.digimarc.capture.camera
-
CameraNotifyListener defines an interface for receiving notifications of system events.
- CameraRegionListener - Interface in com.digimarc.capture.camera
-
CameraRegionListener defines an interface for receiving notifications of camera view changes.
- CameraSurfaceRepository - Class in com.digimarc.capture.camera
- CameraSurfaceView - Class in com.digimarc.capture.camera
- CameraSurfaceView(Context) - Constructor for class com.digimarc.capture.camera.CameraSurfaceView
- CameraSurfaceView(Context, AttributeSet) - Constructor for class com.digimarc.capture.camera.CameraSurfaceView
- CameraSurfaceView(Context, AttributeSet, boolean) - Constructor for class com.digimarc.capture.camera.CameraSurfaceView
-
Deprecated.
- CameraWrapper - Class in com.digimarc.capture.camera
- CameraWrapperBase - Class in com.digimarc.capture.camera
- CameraWrapperBase() - Constructor for class com.digimarc.capture.camera.CameraWrapperBase
- capacity() - Method in class com.digimarc.capture.camera.ImagePlane
- CaptureFormat - Enum Class in com.digimarc.dms.readers.image
-
The CaptureFormat enum provides a list of supported image pixel format
- clamp(int, int, int) - Method in class com.digimarc.capture.camera.Camera2Wrapper
- clear() - Method in class com.digimarc.dms.readers.DataDictionary
-
Remove all entries from the dictionary.
- clearCache() - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader
- clearCache() - Method in class com.digimarc.dms.readers.audio.AudioReader
- clearCache() - Method in class com.digimarc.dms.readers.BaseReader
-
This method clears the internal
PayloadCache
. - clearCache() - Method in class com.digimarc.dms.readers.image.ImageReader
- clearCache() - Method in class com.digimarc.dms.readers.image.VideoCaptureReader
- clearReadCache() - Method in class com.digimarc.dis.DMSDetectorView
-
Clears the last payload for both audio and image readers.
- close() - Method in class com.digimarc.capture.camera.Camera2Wrapper
-
Close the camera and capture session.
- close() - Method in class com.digimarc.capture.camera.CameraWrapper
- Code_128 - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Code 128 representation contains a barcode value of arbitrary length.
- Code_39 - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Code 39 representation contains a barcode value of arbitrary length.
- com.digimarc.capture.audio - package com.digimarc.capture.audio
-
Audio utility library.
- com.digimarc.capture.camera - package com.digimarc.capture.camera
-
Camera utility library.
- com.digimarc.dis - package com.digimarc.dis
-
Digimarc UI components.
- com.digimarc.dis.interfaces - package com.digimarc.dis.interfaces
-
UI component interfaces.
- com.digimarc.dis.utils - package com.digimarc.dis.utils
-
UI component utilities.
- com.digimarc.dms.core - package com.digimarc.dms.core
-
Contains utility and helper classes that are used by other packages and modules
- com.digimarc.dms.payload - package com.digimarc.dms.payload
-
Contains classes for accessing data that resulted from an image or audio detection.
- com.digimarc.dms.readers - package com.digimarc.dms.readers
-
Reader and result classes.
- com.digimarc.dms.readers.audio - package com.digimarc.dms.readers.audio
-
This package contains classes for detecting Digimarc Barcode for Audio.
- com.digimarc.dms.readers.image - package com.digimarc.dms.readers.image
-
This package contains classes for detecting Digimarc Barcode, traditional 1D barcodes, and QR codes.
- com.digimarc.dms.resolver - package com.digimarc.dms.resolver
-
Digimarc Resolver.
- com.digimarc.dms.session - package com.digimarc.dms.session
-
Contains classes for creating sessions that are used in readers and resolvers
- Compatible - Enum constant in enum class com.digimarc.dms.payload.Payload.DataFormatMode
-
Compatible mode expresses data in the most compatible format.
- configureCameraBuffers() - Method in class com.digimarc.capture.camera.CameraWrapper
- ContainerID - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
ContainerID representation contains a Digimarc recycling watermark ID.
- ContentItem - Class in com.digimarc.dms.resolver
-
ContentItem contains the data for a single content entry with the ResolvedContent data received from the Digimarc Resolver.
- ContentItem(String, String, String, String, boolean, Payload) - Constructor for class com.digimarc.dms.resolver.ContentItem
-
Constructor.
- ContentItem(String, String, String, String, Payload) - Constructor for class com.digimarc.dms.resolver.ContentItem
-
Constructor.
- ContentItem.Category - Enum Class in com.digimarc.dms.resolver
- convertRawImageToBitmap(ImageFrame) - Static method in class com.digimarc.capture.camera.BitmapUtils
-
Convert the supplied image into a bitmap.
- convertRawImageToBitmap(ImageFrame, int) - Static method in class com.digimarc.capture.camera.BitmapUtils
-
Convert the supplied image into a bitmap.
- convertRegionPointsToPath(List<Point>) - Static method in class com.digimarc.dms.readers.Utility
-
Convert a read region (
DataDictionary.ReadRegion
) from the series of points it's stored as into an Android Path. - convertRegionPointsToRect(List<Point>) - Static method in class com.digimarc.dms.readers.Utility
-
Convert a read region (
DataDictionary.ReadRegion
) from the series of points it's stored as into an Android Rect. - copy() - Method in class com.digimarc.dms.readers.DataDictionary
-
Creates a shallow copy of the dictionary.
- copy(Image.Plane) - Method in class com.digimarc.capture.camera.ImagePlane
- copy(ImagePlane) - Method in class com.digimarc.capture.camera.ImagePlane
- copy(ImageFrame) - Method in class com.digimarc.dms.readers.ImageFrame
-
Copy the contents of a frame into this object.
- create() - Static method in class com.digimarc.capture.camera.Camera2Wrapper
- create() - Static method in class com.digimarc.capture.camera.CameraWrapper
-
Create a CameraWrapper instance if one does not already exist.
- createCopy() - Method in class com.digimarc.dms.readers.ImageFrame
-
Create a deep copy of this object.
- createScaledBitmap(Bitmap, int, int, BitmapUtils.SCALING_LOGIC) - Static method in class com.digimarc.capture.camera.BitmapUtils
-
Create a scaled version of the supplied bitmap
- createSessionParameters() - Method in class com.digimarc.dms.session.SdkSessionManager
-
Creates and returns a new instance of
SdkSession.SessionParameters
. - Crosshairs - Enum constant in enum class com.digimarc.dis.DMSDetectorView.OverlayType
-
Show crosshairs centered on the current read region.
D
- Data(Payload.Representation, Object) - Constructor for class com.digimarc.dms.payload.Payload.Data
- DataBar - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
DataBar representation contains a barcode value of arbitrary length and is valid only for DataBar barcodes.
- DataDictionary - Class in com.digimarc.dms.readers
-
DataDictionary is a map of strings to objects that is used to return arbitrary sets of data to an application from a reader.
- DataDictionary() - Constructor for class com.digimarc.dms.readers.DataDictionary
- DataDictionary(DataDictionary) - Constructor for class com.digimarc.dms.readers.DataDictionary
- Decode - Static variable in class com.digimarc.dms.readers.DataDictionary
-
Decode is a prefix that is added to a reader name to store a decoded payload in the dictionary.
- Decoder_AudioDigimarc - Static variable in class com.digimarc.dms.readers.DataDictionary
- Decoder_Barcode - Static variable in class com.digimarc.dms.readers.DataDictionary
- Decoder_ImageDigimarc - Static variable in class com.digimarc.dms.readers.DataDictionary
- Default - Enum constant in enum class com.digimarc.dms.resolver.ContentItem.Category
- Default - Static variable in enum class com.digimarc.dms.readers.BaseReader.ImageDetectionType
-
ImageDetectionType.Default
should be used for most situations. - DEFAULT - Static variable in class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle
-
Creates a ImageDetectionLocationStyle where both fill and stroke are set to 60% transparent white (0x99FFFFFF).
- Default_Channel_Count - Static variable in class com.digimarc.capture.audio.AudioHelper
- Default_Sample_Rate - Static variable in class com.digimarc.capture.audio.AudioHelper
- defaultContext() - Static method in enum class com.digimarc.dms.session.IlluminateSessionParams.IlluminateContext
- Description - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Deprecated.
- DetectionRegion - Class in com.digimarc.dms.readers.image
-
Defines region of interest within a frame.
- DetectionRegion(float, float, float, float, int) - Constructor for class com.digimarc.dms.readers.image.DetectionRegion
- DetectionRegion(RectF, int) - Constructor for class com.digimarc.dms.readers.image.DetectionRegion
- DetectRegion - Enum constant in enum class com.digimarc.dis.DMSDetectorView.OverlayType
-
Show the image detection region as a highlighted area on the screen.
- deviceHasCamera() - Static method in class com.digimarc.capture.camera.CameraHelper
-
Determines whether the device has a usable camera or not.
- DISErrorListener - Interface in com.digimarc.dis.interfaces
-
DISErrorListener defines an interface for receiving notifications of DMSDetectorView errors.
- DISNotifyListener - Interface in com.digimarc.dis.interfaces
-
DISNotifyListener defines an interface for receiving notifications of system events.
- DISResultListener - Interface in com.digimarc.dis.interfaces
-
This interface provides access to more detailed SDK notifications by exposing the
ReaderResult
andResolvedContent
objects from the base SDK. - Distance_Far - Static variable in class com.digimarc.dms.readers.ReaderOptions
-
In Far Distance mode traditional barcode reading is tuned for reading codes farther away from the device.
- Distance_FullRange - Static variable in class com.digimarc.dms.readers.ReaderOptions
-
In Full_Range mode traditional barcode reading can read codes at a range of 3-48 inches from the device.
- Distance_Near - Static variable in class com.digimarc.dms.readers.ReaderOptions
-
In Near Distance mode traditional barcode reading is tuned for reading codes closer to the device.
- DistanceFromCenterSquared - Static variable in class com.digimarc.dms.readers.DataDictionary
-
Distance from the center of the image detection region to the center of the code's ReadRegion as an exponential value.
- DMSDetectorView - Class in com.digimarc.dis
-
DMSDetectorView is a drop in component that packages up media capture (video & audio), detection (image & audio) and Digimarc resolving into a single UI control.
- DMSDetectorView(Context, AttributeSet) - Constructor for class com.digimarc.dis.DMSDetectorView
- DMSDetectorView.DISError - Enum Class in com.digimarc.dis
-
Errors that can be handled via the
DISErrorListener
interface. - DMSDetectorView.ImageDetectionLocationStyle - Class in com.digimarc.dis
-
This class can be used to customize the visual appearance of image detection locations.
- DMSDetectorView.ImageDetectionLocationStyle.Builder - Class in com.digimarc.dis
-
The builder used to create
DMSDetectorView.ImageDetectionLocationStyle
- DMSDetectorView.OverlayType - Enum Class in com.digimarc.dis
-
Overlay types that can be set using the
DMSDetectorView.setOverlayType(OverlayType)
method.
E
- EAN_13 - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
EAN 13 representation contains a 13 decimal digit barcode value.
- EAN_8 - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
EAN 8 representation contains a 8 decimal digit barcode value.
- EnableImageFrameStorage - Static variable in class com.digimarc.dms.readers.ReaderOptions
-
By default frames where a symbology was found are stored temporarily to allow the application to access and save the image if it desires.
- EnablePlasticsReading - Static variable in class com.digimarc.dms.readers.ReaderOptions
-
Configures an
ImageReader
orVideoCaptureReader
to search for Digimarc Barcodes on plastic substrates. - equals(Object) - Method in class com.digimarc.dms.payload.Payload.Data
- equals(Object) - Method in class com.digimarc.dms.payload.Payload
-
Check equality of two payload objects.
- equals(Object) - Method in class com.digimarc.dms.session.SdkSession
- error(Error) - Static method in class com.digimarc.dms.core.OperationResult
-
Returns an instance that encapsulates the given value as error value.
- Error_Access_Exception - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraError
- Error_Allocation_Failed - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
Unable to allocate memory for the operation.
- Error_Camera_Already_Open - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraError
- Error_Camera_Disconnected - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraError
- Error_Camera_Not_Available - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraError
- Error_Configuration_Failed - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraError
- Error_Internal - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
- Error_Invalid_Image_Region - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The image region is not valid.
- Error_Invalid_License_Key - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The Digimarc Mobile SDK cannot be used without a valid license key.
- Error_Invalid_License_Key - Enum constant in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
The Digimarc Mobile SDK cannot be used without a valid license key.
- Error_Invalid_Reader_Option - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The ReaderOptions dictionary contains one or more values that are out of range.
- Error_Invalid_Response - Enum constant in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
A resolver error occurred.
- Error_Invalid_Symbology - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The symbology bitmask contains one or more symbologies that are not valid for the specified class of reader.
- Error_IO_Exception - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraError
-
Unexpected general camera IO exception
- Error_Missing_Module - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The SDK was unable to load a native module that the reader requires.
- Error_Network - Enum constant in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
A network error prevented the resolver operation from succeeding.
- Error_No_Cameras_Available - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraError
- Error_No_Valid_Symbology - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The symbology bitmask must contain at least one symbology that is valid for the specified class of reader.
- Error_Not_Initialized - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The DMSDetectorView must be initialized before most of its methods may be called.
- Error_Secure_Watermark_Failure - Enum constant in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
Unable to resolve secure watermark.
- Error_Unsupported_Audio_Format - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The audio reader does not support the specified audio sample rate or channel count.
- Error_Unsupported_Bitmap_Format - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
ImageReader only supports ARGB_8888 bitmap format.
- Error_Unsupported_Read_Type - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
The ImageReader does not support reading 1D barcodes from bitmaps.
- Error_Unsupported_Resolver - Enum constant in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
The resolver is invalid.
- Error_Unsupported_Symbology - Enum constant in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
Payloads of this symbology type cannot be resolved.
F
- fromHelperFormat(HelperCaptureFormat) - Static method in enum class com.digimarc.dms.readers.image.CaptureFormat
-
Convert from CameraHelper's capture format into the format used by DMSDK.
G
- get() - Static method in class com.digimarc.capture.camera.Camera2Wrapper
-
Gets the static CameraWrapper instance.
- get() - Static method in class com.digimarc.capture.camera.CameraWrapper
-
Gets the static CameraWrapper instance.
- get() - Static method in class com.digimarc.capture.camera.CameraWrapperBase
- getActiveBufferCount() - Method in class com.digimarc.dms.readers.ImageFrameStorage
- getActiveSymbologies() - Method in class com.digimarc.dis.DMSDetectorView
-
Get the bitmask of symbologies the reader is looking for.
- getAdjustedRotation() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- getAdjustedRotation() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- getAllRepresentations() - Method in class com.digimarc.dms.payload.Payload
-
Gets all valid representations of the current payload and returns it within a Map of Representations to string values.
- getAudioState() - Method in class com.digimarc.capture.audio.AudioService.AudioServiceClientBinder
-
Return the current state of the service
- getAvailableBufferCount() - Method in class com.digimarc.dms.readers.ImageFrameStorage
- getBaseValue() - Method in class com.digimarc.dms.payload.RawPayload
-
Returns the value substring of a CPM payload.
- getBitmaskValue() - Method in enum class com.digimarc.dms.readers.BaseReader.AudioSymbology
- getBitmaskValue() - Method in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
- getBitmaskValue() - Method in interface com.digimarc.dms.readers.BaseReader.Symbology
- getBitmaskValue() - Method in enum class com.digimarc.dms.readers.BaseReader.UndefinedSymbology
- getBorderColor() - Method in class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle
- getBorderWidth(Context) - Method in class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle
- getBottom() - Method in class com.digimarc.dms.readers.image.DetectionRegion
- getBrand() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Brand field.
- getBrandOwner() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Brand Owner field.
- getCachedParameters() - Method in class com.digimarc.capture.camera.CameraWrapper
- getCameraId() - Method in class com.digimarc.capture.camera.Camera2Wrapper
-
Get the ID of the selected camera.
- getCameraObject() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- getCameraOrientation() - Static method in class com.digimarc.capture.camera.CameraWrapperBase
- getCameraResolution() - Method in class com.digimarc.dis.DMSDetectorView
-
Get the resolution of the current camera session.
- getCameraRotation() - Method in class com.digimarc.capture.camera.CameraHelper
-
Get the camera's rotation.
- getCameraRotation() - Method in class com.digimarc.dis.DMSDetectorView
-
Get the rotation of the camera image.
- getCameraSettingsKBCurrentRuleName() - Method in class com.digimarc.dms.readers.Manager
-
Get the camera settings Knowledge Base (KB) rule name selected.
- getCameraSettingsKBVersion() - Method in class com.digimarc.dms.readers.Manager
-
Get the camera settings Knowledge Base (KB) version.
- getCategory() - Method in class com.digimarc.dms.resolver.ContentItem
-
Gets the category of this item.
- getColor() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Color field.
- getContent() - Method in class com.digimarc.dms.resolver.ContentItem
-
Get the content itself.
- getContentItems() - Method in class com.digimarc.dms.resolver.ResolvedContent
-
Returns the list of
ContentItem
objects contained within the resolve data. - getContentItemsForCategory(ContentItem.Category) - Method in class com.digimarc.dms.resolver.ResolvedContent
-
Returns a list of all the
ContentItem
items in the current object that match the specified category. - getCorrelationKey() - Method in class com.digimarc.dms.resolver.ResolvedContent
-
Get the content data's correlation key.
- getData() - Method in class com.digimarc.dms.payload.Payload
-
Gets the payload data and a representation describing its format.
- getData(Payload.DataFormatMode) - Method in class com.digimarc.dms.payload.Payload
-
Gets the payload data and a representation describing its format.
- getDescription() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Description field.
- getDescriptionForErrorCode(CameraHelper.CameraError) - Static method in class com.digimarc.capture.camera.CameraHelper
-
Gets a string description for a camera operation error code.
- getDescriptionForErrorCode(BaseReader.ReaderError) - Static method in class com.digimarc.dms.readers.Manager
-
Gets a string description for a Reader error code.
- getDescriptionForErrorCode(Resolver.ResolveError) - Static method in class com.digimarc.dms.readers.Manager
-
Gets a string description for a Resolver error code.
- getDetectionEnabled() - Method in class com.digimarc.dis.DMSDetectorView
-
Get the state of detection of marks
- getError() - Method in class com.digimarc.dms.core.OperationResult
-
Returns the encapsulated error if this instance represents error or null if it is success.
- getError() - Method in class com.digimarc.dms.session.SdkSessionInitializationResult
-
Retrieves the error information associated with the initialization of the SDK session.
- getExposureCompensation() - Method in class com.digimarc.capture.camera.Metadata
-
Get the exposure compensation index.
- getExposureCompensationStep() - Method in class com.digimarc.capture.camera.Metadata
-
Get the exposure compensation step.
- getFillColor() - Method in class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle
- getFlashMode() - Method in class com.digimarc.capture.camera.Metadata
-
Get the device flash mode.
- getFlavor() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Flavor field.
- getFrame(String) - Method in class com.digimarc.dms.readers.ImageFrameStorage
-
Retrieve a frame from storage.
- getFrameNumber() - Method in interface com.digimarc.dms.readers.ReaderResult
-
Returns the frame number for this result.
- getGrid() - Method in class com.digimarc.dms.payload.RawPayload
-
Get the Grid substring of the CPM path.
- getGS1Data() - Method in class com.digimarc.dms.payload.Payload
-
Gets all GS1 data fields from the payload.
- getHeight() - Method in class com.digimarc.dms.readers.image.DetectionRegion
- getId() - Method in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
- getId() - Method in enum class com.digimarc.dms.payload.Payload.GIAIFieldRepresentation
-
Deprecated.
- getId() - Method in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
- getId() - Method in interface com.digimarc.dms.payload.Payload.Representation
- getId() - Method in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.
- getImageBuffer() - Method in class com.digimarc.dms.readers.ImageFrame
- getImageBufferSize() - Method in class com.digimarc.capture.camera.ImageData
-
Get the image buffer size needed to create a copy of this image.
- getImageDimensions() - Method in class com.digimarc.dms.readers.ImageFrame
- getImageFormat() - Method in class com.digimarc.dms.readers.ImageFrame
- getImageFrame() - Method in interface com.digimarc.dms.readers.ReaderResult
-
Returns the ImageFrame object, representing image data that the read was performed on.
- getImageHeight() - Method in class com.digimarc.dms.readers.ImageFrame
- getImageSize() - Method in interface com.digimarc.dms.readers.ReaderResult
-
Returns a point containing the size of the processed image.
- getImageUrl() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Image URL field.
- getImageWidth() - Method in class com.digimarc.dms.readers.ImageFrame
- getInstance() - Static method in class com.digimarc.dms.readers.Manager
-
Get an instance of the Manager object.
- getInstance() - Static method in class com.digimarc.dms.session.SdkSessionManager
-
Retrieves the singleton instance of the
SdkSessionManager
. - getIntegerValue(ReaderOptions, String, int) - Static method in class com.digimarc.dms.readers.ReaderOptions
-
Get an integer value from the options dictionary.
- getIsInactiveContent() - Method in class com.digimarc.dms.resolver.ContentItem
-
Inactive resolver payloads return resolve data just like standard (active) payloads.
- getIsProductDetailAvailable() - Method in class com.digimarc.dms.resolver.ResolvedContent
-
Checks whether this resolve data contains product details.
- getIsSynthesizedContent() - Method in class com.digimarc.dms.resolver.ContentItem
-
Some payloads are not actually sent to the Digimarc resolver.
- getIsTorchAvailable() - Method in class com.digimarc.dis.DMSDetectorView
-
Query the device for torch support
- getKeys() - Method in class com.digimarc.dms.readers.DataDictionary
-
Get the key set from the DataDictionary object.
- getKeys() - Method in class com.digimarc.dms.readers.ReaderOptions
-
Get the key set from the ReaderOptions object.
- getKeys() - Method in class com.digimarc.dms.readers.ReaderOptionsExtended
-
Get the key set from the ReaderOptionsExtended object.
- getLeft() - Method in class com.digimarc.dms.readers.image.DetectionRegion
- getMap() - Method in class com.digimarc.dms.readers.DataDictionary
-
Get the full dictionary to operate on it as a usual Java Map object.
- getMask() - Method in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
- getMetadata() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- getMetadata() - Method in class com.digimarc.capture.camera.CameraHelper
-
Gets an object containing metadata from the last frame captured.
- getMetadata() - Method in class com.digimarc.capture.camera.CameraWrapper
- getMetadata() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- getMetadata(Payload) - Method in interface com.digimarc.dms.readers.ReaderResult
-
Returns the list of metadata for the given payload.
- getMetadataForAllPayloads() - Method in interface com.digimarc.dms.readers.ReaderResult
-
Returns a map containing the metadata associated with each payload.
- getName() - Method in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
- getName() - Method in enum class com.digimarc.dms.payload.Payload.GIAIFieldRepresentation
-
Deprecated.
- getName() - Method in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
- getName() - Method in interface com.digimarc.dms.payload.Payload.Representation
- getName() - Method in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.
- getName() - Method in enum class com.digimarc.dms.readers.BaseReader.AudioSymbology
- getName() - Method in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
- getName() - Method in interface com.digimarc.dms.readers.BaseReader.Symbology
- getName() - Method in enum class com.digimarc.dms.readers.BaseReader.UndefinedSymbology
- getNewPayloads() - Method in interface com.digimarc.dms.readers.ReaderResult
-
Returns a subset of
ReaderResult.getPayloads()
, filtering out unchanged payloads of the same type (Digimarc Barcode, Digimarc Barcode for Audio, or Traditional Barcode). - getNoiseReduction() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- getNumChannels() - Method in class com.digimarc.capture.audio.AudioHelper
-
Get the configured number of audio channels.
- getNumChannels() - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader
-
Get the configured number of audio channels.
- getNumChannels() - Method in class com.digimarc.dms.readers.audio.AudioReader
-
Get the configured number of audio channels.
- getOrientation() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- getOrientation() - Method in class com.digimarc.capture.camera.CameraWrapper
- getOrientation() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- getPassword() - Method in class com.digimarc.dms.session.ResolverCredentialsProvider
- getPayload() - Method in class com.digimarc.dms.resolver.ContentItem
-
Get the payload object stored within this ContentItem.
- getPayload() - Method in class com.digimarc.dms.resolver.ResolvedContent
-
Gets the Payload associated with this resolver content.
- getPayloads() - Method in interface com.digimarc.dms.readers.ReaderResult
-
Returns the payloads detected by the reader or null if none were found.
- getPayloadString() - Method in class com.digimarc.dms.payload.Payload
-
Gets the CPM path of the payload.
- getPayloadVersion() - Method in class com.digimarc.dms.payload.Payload
-
Gets the payload version
- getPreviewFormat() - Method in class com.digimarc.capture.camera.CameraWrapper
- getPreviewFormat() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- getPreviewSizeAsPoint() - Method in class com.digimarc.capture.camera.CameraWrapper
- getPreviewSizeAsPoint() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- getProductDetail() - Method in class com.digimarc.dms.resolver.ResolvedContent
-
Gets product details if they are available.
- getProductName() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Product Name field.
- getProtocol() - Method in class com.digimarc.dms.payload.RawPayload
-
Get the Protocol substring of the CPM path.
- getQuantityList() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Gets the list of available product quantity entries.
- getRawJson() - Method in class com.digimarc.dms.resolver.ResolvedContent
-
Gets the JSON text from the Digimarc Resolver that produced this object.
- getReaderOptions() - Method in class com.digimarc.dms.readers.BaseReader
-
Allows an application to retrieve the reader dictionary that was passed in to the constructor.
- getRecommendedCameraParameters(int, Object) - Method in class com.digimarc.dms.readers.Manager
-
This method looks up the device's camera within the SDK's camera KB and sets camera parameters that have been found to work well when reading Digimarc Barcodes and traditional barcodes.
- getRecommendedResolution(int) - Method in class com.digimarc.dms.readers.Manager
-
This method looks up the device's camera within the SDK's camera KB and returns the best that work well when reading Digimarc Barcodes and traditional barcodes.
- getRect() - Method in class com.digimarc.dms.readers.image.DetectionRegion
- getRectForVisibleSurface() - Method in class com.digimarc.capture.camera.CameraHelper
-
This method returns a rect representing the visible region of the camera surface.
- getRepresentation() - Method in class com.digimarc.dms.payload.Payload.Data
-
Gets the representation for this value.
- getRepresentation(Payload.Representation) - Method in class com.digimarc.dms.payload.Payload
-
Retrieves a string representation of the payload value in the requested format.
- getResolution() - Method in class com.digimarc.capture.camera.CameraHelper
-
Get the resolution of the current camera session.
- getResult() - Method in class com.digimarc.dms.core.OperationResult
-
Returns the encapsulated success value if this instance represents success or null if it is error.
- getRight() - Method in class com.digimarc.dms.readers.image.DetectionRegion
- getSampleRate() - Method in class com.digimarc.capture.audio.AudioHelper
-
Get the configured audio sample rate.
- getSampleRate() - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader
-
Get the configured audio sample rate.
- getSampleRate() - Method in class com.digimarc.dms.readers.audio.AudioReader
-
Get the configured audio sample rate.
- getScent() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Scent field.
- getSdkResolverCredentialsProvider() - Method in class com.digimarc.dms.session.SdkSessionCredentialsAccessor
-
Returns the SDK credentials provider associated with the current session.
- getSdkVersion() - Method in class com.digimarc.dis.DMSDetectorView
- getSdkVersion() - Method in class com.digimarc.dms.readers.Manager
- getSensorToDeviceRotation(int) - Method in class com.digimarc.capture.camera.Camera2Wrapper
- getSensorToDeviceRotation(int) - Method in class com.digimarc.capture.camera.CameraWrapper
- getSensorToDeviceRotation(int) - Method in class com.digimarc.capture.camera.CameraWrapperBase
- getServer() - Method in class com.digimarc.dms.session.ResolverCredentialsProvider
- getSessionOrThrow() - Method in class com.digimarc.dms.session.SdkSessionInitializationResult
-
Retrieves the SDK session.
- getSize() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Size field.
- getStringValue(ReaderOptions, String, String) - Static method in class com.digimarc.dms.readers.ReaderOptions
- getSubBrand() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the content of the Sub Brand field.
- getSubTitle() - Method in class com.digimarc.dms.resolver.ContentItem
-
Gets the subtitle of the content.
- getSubType() - Method in class com.digimarc.dms.payload.RawPayload
-
Get the subtype of a Digimarc Barcode payload from the CPM path.
- getSymbologies() - Method in class com.digimarc.dms.readers.BaseReader
-
Get the bitmask of symbologies the reader is looking for.
- getSymbologiesProcessed() - Method in interface com.digimarc.dms.readers.ReaderResult
-
Returns the bitmask value of all
BaseReader.Symbology
processed in this frame. - getSymbology() - Method in class com.digimarc.dms.payload.Payload
-
Gets the symbology ID of the detector that decoded this payload.
- getThumbnailUrl() - Method in class com.digimarc.dms.resolver.ContentItem
-
Gets the URL on an image thumbnail associated with this content.
- getTitle() - Method in class com.digimarc.dms.resolver.ContentItem
-
Gets the title of the content.
- getTop() - Method in class com.digimarc.dms.readers.image.DetectionRegion
- getTotalBufferCount() - Method in class com.digimarc.dms.readers.ImageFrameStorage
- getType() - Method in class com.digimarc.dms.payload.RawPayload
-
Get the Type substring of the CPM path.
- getType() - Method in enum class com.digimarc.dms.session.IlluminateSessionParams.IlluminateContext
- getUsername() - Method in class com.digimarc.dms.session.ResolverCredentialsProvider
- getValue() - Method in class com.digimarc.dms.payload.Payload.Data
-
Gets the value for this payload in representation format.
- getValue(String) - Method in class com.digimarc.dms.readers.DataDictionary
-
Get the value associated with a given key.
- getValue(String) - Method in class com.digimarc.dms.readers.ReaderOptions
-
Get the value associated with a given key.
- getValueBytes(String) - Method in class com.digimarc.dms.readers.ReaderOptionsExtended
-
Get the value associated with a given private channel.
- getValueForVersionAndSubType(int, int) - Method in class com.digimarc.dms.payload.RawPayload
-
This method is intended for use in applications using Digimarc Barcodes with reserved payload ranges.
- getVersion() - Method in class com.digimarc.dms.payload.RawPayload
-
Get the version substring of the CPM path.
- getVisibleRegion() - Method in class com.digimarc.capture.camera.CameraSurfaceView
-
Get the bounds of the visible camera surface within the delivered camera frames.
- getWidth() - Method in class com.digimarc.dms.readers.image.DetectionRegion
- GIAI - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Deprecated.
- GIAI_AssetID - Enum constant in enum class com.digimarc.dms.payload.Payload.GIAIFieldRepresentation
-
Deprecated.
- GIAI_CompanyPrefix - Enum constant in enum class com.digimarc.dms.payload.Payload.GIAIFieldRepresentation
-
Deprecated.
- GS1_AI_ItemCount - Enum constant in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
-
GS1 Item Count Representation contains an item count value for AI 30.
- GS1_AI_Price - Enum constant in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
-
GS1 Price Representation contains a price value for AI 3922.
- GS1_AI_SellByDate - Enum constant in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
-
GS1 Sell By Date Representation contains a sell by date value for AI 16.
- GS1_AI_WeightKg - Enum constant in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
-
GS1 Weight in Kilograms Representation contains a weight value for AI 3102 & 3103.
- GS1_AI_WeightLb - Enum constant in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
-
GS1 Weight in Pounds Representation contains a weight value for AI 3202 & 3203.
- GS1_Formatted_List - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
GS1 Formatted List Representation contains a barcode data in parenthesized format.
- GS1_List - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
GS1 List Representation contains GS1 code data.
- GTIN_14 - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
GTIN 14 representation contains a 14 decimal digit barcode value.
H
- hashCode() - Method in class com.digimarc.dms.payload.Payload.Data
- hashCode() - Method in class com.digimarc.dms.payload.Payload
- hashCode() - Method in class com.digimarc.dms.session.SdkSession
- haveAudioPermission() - Static method in class com.digimarc.capture.audio.AudioHelper
-
This method wraps Android 23+ permission checking code so that we don't need to use the Support v4 library in DMSDK.
- haveCameraPermission() - Static method in class com.digimarc.capture.camera.CameraHelper
-
This method wraps Android 23+ permission checking code so that we don't need to use the Support v4 library in DMSDK.
- HelperCaptureFormat - Enum Class in com.digimarc.capture.camera
-
The HelperCaptureFormat enum provides a list of supported image pixel format
I
- IlluminateSessionParams - Class in com.digimarc.dms.session
-
Class represents the parameters required for an Illuminate session.
- IlluminateSessionParams.IlluminateContext - Enum Class in com.digimarc.dms.session
-
Enum represents different contexts for the Illuminate session.
- Image - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ResultType
-
Used when the associated
ReaderResult
object contains data from image reads. - Image_1D_Code128 - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
Code 128 barcode symbology.
- Image_1D_Code39 - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
Code 39 barcode symbology.
- Image_1D_DataBar - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
DataBar barcode symbology.
- Image_1D_DataBar_Expanded - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
Deprecated.
- Image_1D_EAN13 - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
EAN 13 barcode symbology.
- Image_1D_EAN8 - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
EAN 8 barcode symbology.
- Image_1D_ITF_GTIN_14 - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
ITF-14 barcode symbology.
- Image_1D_ITF_Variable - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
ITF barcode symbology.
- Image_1D_UPCA - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
UPC A barcode symbology.
- Image_1D_UPCE - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
UPC E barcode symbology.
- Image_Digimarc - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Image Digimarc representation contains the full payload path decoded from the Digimarc Barcode.
- Image_Digimarc - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
Image Digimarc symbology.
- Image_PDF417 - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
PDF417 barcode symbology.
- Image_QRCode - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
QR Code symbology.
- ImageData - Class in com.digimarc.capture.camera
-
Container for image data.
- ImageData(Object, int, int, int, HelperCaptureFormat, boolean) - Constructor for class com.digimarc.capture.camera.ImageData
- ImageData(Object, ImageData) - Constructor for class com.digimarc.capture.camera.ImageData
- ImageFrame - Class in com.digimarc.dms.readers
-
The ImageFrame class is used to return camera image frames from the SDK to the application.
- ImageFrame(ImagePlane[], int, int, CaptureFormat) - Constructor for class com.digimarc.dms.readers.ImageFrame
-
Create an ImageFrame object.
- ImageFrameStorage - Class in com.digimarc.dms.readers
-
This class allows applications to store camera images returned within
ReaderResult
objects. - ImageFrameStorage() - Constructor for class com.digimarc.dms.readers.ImageFrameStorage
-
Default Constructor.
- ImageFrameStorage(int) - Constructor for class com.digimarc.dms.readers.ImageFrameStorage
-
Constructor
- ImagePlane - Class in com.digimarc.capture.camera
- ImagePlane(Image.Plane) - Constructor for class com.digimarc.capture.camera.ImagePlane
- ImagePlane(ImagePlane) - Constructor for class com.digimarc.capture.camera.ImagePlane
- ImagePlane(ByteBuffer, int, int) - Constructor for class com.digimarc.capture.camera.ImagePlane
- ImageReader - Class in com.digimarc.dms.readers.image
-
This class provides synchronous image reading functionality.
- ImageReader.Builder - Class in com.digimarc.dms.readers.image
- initialize(int, ReaderOptions, DISResultListener, DISErrorListener) - Method in class com.digimarc.dis.DMSDetectorView
-
Initialize the view component.
- initialize(int, ReaderOptions, DISResultListener, DISErrorListener, IlluminateSessionParams, SecureWatermarkReadinessObserver) - Method in class com.digimarc.dis.DMSDetectorView
-
Initialize the view component.
- initialize(AudioConfiguration) - Method in class com.digimarc.capture.audio.AudioService.AudioServiceClientBinder
-
Initialize the AudioService with a specific configuration.
- initializeSurface() - Method in class com.digimarc.capture.camera.CameraSurfaceView
- Integration - Enum constant in enum class com.digimarc.dms.session.IlluminateSessionParams.IlluminateContext
- Intensive - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageDetectionType
-
Intensive detection is intended for use on bitmaps or in cases where a deeper search is required.
- Invalid_Credentials - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
- Invalid_License_Key - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
The Digimarc Mobile SDK cannot be used without a valid license key.
- InvertedBarcodeInterval - Static variable in class com.digimarc.dms.readers.ReaderOptions
-
InvertedBarcodeInterval sets how frequently an image reader (
ImageReader
orVideoCaptureReader
) will attempt to read an inverted barcode. - isCameraFocusing() - Method in class com.digimarc.capture.camera.CameraHelper
-
Allows an application to check whether the camera is currently focusing.
- isCameraReady() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- isCameraRunning() - Method in class com.digimarc.capture.camera.CameraSurfaceView
-
Check whether the camera is currently active.
- isCertified() - Method in class com.digimarc.dms.resolver.ProductDetail
-
Get the contents of the isCertified flag (if present).
- isEphemeral() - Method in class com.digimarc.dms.payload.Payload
-
Is this payload value ephemeral or is it stable across reader sessions? Some watermarks, like digital watermarks that require certificates, return ephemeral payload values.
- isFocusing() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- isNewPayload(Payload) - Method in class com.digimarc.dis.utils.PayloadEntry
-
Checks to see if 1) a payload is the same as the stored payload, and 2) if less than the timeout interval milliseconds have elapsed.
- isOptionPresent(ReaderOptions, String) - Static method in class com.digimarc.dms.readers.ReaderOptions
-
Checks the provided options dictionary for the specified name.
- isOptionSet(ReaderOptionsExtended, String) - Static method in class com.digimarc.dms.readers.ReaderOptionsExtended
-
Checks the provided options dictionary for the specified name-value pair.
- isOptionSet(ReaderOptions, String, String) - Static method in class com.digimarc.dms.readers.ReaderOptions
-
Checks the provided options dictionary for the specified name-value pair.
- isPreviewing() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- isPrivate() - Method in class com.digimarc.dms.payload.RawPayload
-
Determine if a payload was read using a private channel
- isRegionAESupported() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- isRegionAESupported() - Method in class com.digimarc.capture.camera.CameraHelper
-
Check whether the device supports the use of auto exposure regions.
- isRegionAESupported() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- isRegionAFSupported() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- isRegionAFSupported() - Method in class com.digimarc.capture.camera.CameraHelper
-
Check whether the device supports the use of auto focus regions.
- isRegionAFSupported() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- isRegionAWBSupported() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- isRegionAWBSupported() - Method in class com.digimarc.capture.camera.CameraHelper
-
Check whether the device supports the use of auto white balance regions.
- isRegionAWBSupported() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- isRepackageRequired() - Method in class com.digimarc.capture.camera.ImageData
-
The internal readers within DM SDK require ImageData with a BufferType of ImagePlane[].
- isSuccessful() - Method in class com.digimarc.dms.core.OperationResult
-
Returns true if this instance represents a successful outcome.
- isSuccessful() - Method in class com.digimarc.dms.session.SdkSessionInitializationResult
-
Checks if the SDK session initialization was successful.
- isSurfaceInitialized() - Method in class com.digimarc.capture.camera.CameraSurfaceView
- isTorchOn() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- isTorchOn() - Method in class com.digimarc.capture.camera.CameraHelper
-
Queries whether the torch is currently on or not.
- isTorchOn() - Method in class com.digimarc.capture.camera.CameraWrapper
- isTorchOn() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- isTorchSupported() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- isTorchSupported() - Method in class com.digimarc.capture.camera.CameraHelper
-
Queries whether the handset has a flash (torch).
- isTorchSupported() - Method in class com.digimarc.capture.camera.CameraWrapper
-
Queries whether the handset has a flash (torch).
- isTorchSupported() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- isUsingCamera2() - Static method in class com.digimarc.capture.camera.CameraWrapperBase
-
Validates that the API level is correct and that a Camera2Wrapper object exists.
- ITF - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
ITF representation contains the value of an ITF format barcode This representation is valid only for ITF barcodes.
- ITF_BarcodeMinLength - Static variable in class com.digimarc.dms.readers.ReaderOptions
-
Sets the minimum barcode length for reading ITF barcodes.
L
- LicenseExpired - Enum constant in enum class com.digimarc.dms.session.SdkSessionInitializationResult.Errors
-
Provided license key has expired
- LicenseInvalid - Enum constant in enum class com.digimarc.dms.session.SdkSessionInitializationResult.Errors
-
Provided license key is invalid
- LicenseNotFound - Enum constant in enum class com.digimarc.dms.session.SdkSessionInitializationResult.Errors
-
No any license has been provided in android app Manifest file or in parameters
SessionParameters.withLicenseKey(java.lang.String)
M
- Manager - Class in com.digimarc.dms.readers
-
The Manager class provides a set of utility methods for the SDK.
- mCaptureMeta - Variable in class com.digimarc.capture.camera.ImageData
-
Camera2 device meta data.
- Metadata - Class in com.digimarc.capture.camera
-
The Metadata class allows access to a the camera metadata associated with an image frame.
- Metadata.FlashMode - Enum Class in com.digimarc.capture.camera
-
Note in the definitions below that the actual values for the constants can be different between Camera1 and Camera2, even though the constant names appear similar.
- mGains - Variable in class com.digimarc.capture.camera.ImageData
-
Meta-data gains and color correction data.
- mHeight - Variable in class com.digimarc.capture.camera.ImageData
-
Height of image data
- mImageData - Variable in class com.digimarc.capture.camera.ImageData
-
Type of image data
- mImageFormat - Variable in class com.digimarc.capture.camera.ImageData
-
HelperCaptureFormat
of image data - mIsBitmap - Variable in class com.digimarc.capture.camera.ImageData
-
Is image data a formatted Bitmap ?
- mLogger - Static variable in class com.digimarc.dms.readers.Manager
- mPixelStride - Variable in class com.digimarc.capture.camera.ImagePlane
- mPlane - Variable in class com.digimarc.capture.camera.ImagePlane
- mRowBytes - Variable in class com.digimarc.capture.camera.ImageData
-
Bytes per row of image data
- mRowStride - Variable in class com.digimarc.capture.camera.ImagePlane
- mTransform - Variable in class com.digimarc.capture.camera.ImageData
-
Meta-data color correction data.
- mUnit - Variable in class com.digimarc.dms.resolver.ProductDetail.ProductQuantity
-
Contains an arbitrary unit string.
- mValue - Variable in class com.digimarc.dms.resolver.ProductDetail.ProductQuantity
-
Contains an arbitrary value string associated with the unit.
- mWidth - Variable in class com.digimarc.capture.camera.ImageData
-
Width of image data
N
- Native - Enum constant in enum class com.digimarc.dms.payload.Payload.DataFormatMode
-
Native mode expresses the full data from a payload in a format that is native to the symbology.
- Network_Error - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
A network error prevented the resolver operation from succeeding.
- NoCamera - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
No camera was available or accessible.
- None - Enum constant in enum class com.digimarc.capture.camera.CameraHelper.CameraError
-
No error.
- None - Enum constant in enum class com.digimarc.capture.camera.Metadata.FlashMode
-
No flash present or camera metadata unavailable
- None - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
No error.
- None - Enum constant in enum class com.digimarc.dis.DMSDetectorView.OverlayType
-
Hide the existing overlay.
- None - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
No error.
- None - Enum constant in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
No error.
- notifySurfaceTextureAvailable() - Method in class com.digimarc.capture.camera.CameraSurfaceView
-
The TextureView's onSurfaceTextureAvailable only gets delivered on initial creation of the surface, and it's possible for us to miss it.
- NoValidCertificate - Enum constant in enum class com.digimarc.dms.readers.SecureWatermarkReadinessObserver.Errors
-
Certificate service responded, but its certificate is invalid
O
- Off - Enum constant in enum class com.digimarc.capture.camera.Metadata.FlashMode
-
Camera1 -
FLASH_MODE_OFF
Camera2 -FLASH_MODE_OFF
- On - Enum constant in enum class com.digimarc.capture.camera.Metadata.FlashMode
-
Camera1 -
FLASH_MODE_ON
Camera2 -FLASH_MODE_SINGLE
- the flash fired on the last frame - onAudioBuffer(ByteBuffer) - Method in interface com.digimarc.capture.audio.AudioDataListener
-
This method will be called for each buffer of audio data captured.
- onAudioResult(ReaderResult) - Method in interface com.digimarc.dis.interfaces.DISResultListener
-
Called after each audio detection.
- onAutoFocus(boolean, Camera) - Method in class com.digimarc.capture.camera.CameraWrapper
- onBind(Intent) - Method in class com.digimarc.capture.audio.AudioService
- onCameraAvailable() - Method in interface com.digimarc.capture.camera.CameraNotifyListener
-
Called when camera initialization is complete and the camera is accessible.
- onCameraAvailable() - Method in interface com.digimarc.dis.interfaces.DISNotifyListener
-
onCameraAvailable()is called when camera initialization is complete and the camera is accessible.
- onConfigureCamera(int, Object) - Method in interface com.digimarc.capture.camera.CameraConfigurationListener
-
This method will be called during camera initialization and allows a set of best-reading-performance camera parameters to be configured for this particular device and camera.
- onConfigureResolution(int) - Method in interface com.digimarc.capture.camera.CameraConfigurationListener
-
This method will be called during camera initialization and allows a set of best-reading-performance resolution to be configured for this particular device and camera.
- onDestroy() - Method in class com.digimarc.capture.audio.AudioService
- onError(CameraHelper.CameraError) - Method in interface com.digimarc.capture.camera.CameraErrorListener
-
This method will be called when errors are detected during camera operations.
- onError(DMSDetectorView.DISError, String) - Method in interface com.digimarc.dis.interfaces.DISErrorListener
-
This method is called when an error occurs within DMSDetectorView.
- onError(Payload, Resolver.ResolveError) - Method in interface com.digimarc.dms.resolver.ResolveListener
-
This method will be called when an error occurs during a resolve operation.
- onError(BaseReader.ReaderError, BaseReader.ResultType) - Method in interface com.digimarc.dms.readers.ResultListener
-
This method will be called when an error occurs during reader processing.
- onFailure(SecureWatermarkReadinessObserver.Errors) - Method in interface com.digimarc.dms.readers.SecureWatermarkReadinessObserver
-
Initialization has failed, and reading digital watermarks that require certificates is not available.
- onImageResult(ReaderResult) - Method in interface com.digimarc.dis.interfaces.DISResultListener
-
Called after each image frame.
- onPayloadResolved(ResolvedContent) - Method in interface com.digimarc.dms.resolver.ResolveListener
-
This method will be called when a resolve operation is completed and the content data is available for your app to use.
- onPreviewFrame(ImageData) - Method in interface com.digimarc.capture.camera.CameraDataListener
-
This method is called when a camera frame is available.
- onReaderResult(ReaderResult, BaseReader.ResultType) - Method in interface com.digimarc.dms.readers.ResultListener
-
This method will be called when the reader finishes processing a data packet.
- onReady() - Method in interface com.digimarc.dms.readers.SecureWatermarkReadinessObserver
-
Initialization was successful, and digital watermarks that require certificates can now be read.
- onResolved(ResolvedContent) - Method in interface com.digimarc.dis.interfaces.DISResultListener
-
This will be called when a resolve operation is completed and the content data is available for your app to use.
- onSurfaceTextureAvailable(SurfaceTexture, int, int) - Method in class com.digimarc.capture.camera.CameraSurfaceView
- onSurfaceTextureDestroyed(SurfaceTexture) - Method in class com.digimarc.capture.camera.CameraSurfaceView
- onSurfaceTextureSizeChanged(SurfaceTexture, int, int) - Method in class com.digimarc.capture.camera.CameraSurfaceView
- onSurfaceTextureUpdated(SurfaceTexture) - Method in class com.digimarc.capture.camera.CameraSurfaceView
- onTouch(View, MotionEvent) - Method in class com.digimarc.dis.DMSDetectorView
- onUnavailable() - Method in interface com.digimarc.dms.readers.SecureWatermarkReadinessObserver
-
This method is called when reading digital watermarks that require certificates is not available.
- onVisibleRegionChanged() - Method in interface com.digimarc.capture.camera.CameraRegionListener
-
Called when the camera viewable area has changed.
- onWindowVisibilityChanged(int) - Method in class com.digimarc.capture.camera.CameraSurfaceView
- open(SurfaceTexture, ViewGroup, Handler) - Method in class com.digimarc.capture.camera.CameraWrapper
-
Opens the camera and re-sizes the camera surfaceview.
- OperationResult<Success,
Error> - Class in com.digimarc.dms.core -
Encapsulates a successful outcome with a value of type Success or a error with an arbitrary error of type Error.
P
- Payload - Class in com.digimarc.dms.payload
-
This class contains the data and possible representations that resulted from an image or audio detection.
- Payload(String) - Constructor for class com.digimarc.dms.payload.Payload
-
Constructor.
- Payload.BasicRepresentation - Enum Class in com.digimarc.dms.payload
-
BasicRepresentation contains the representations that most applications will need.
- Payload.Data - Class in com.digimarc.dms.payload
-
Payload data packaged as a carrier (format descriptor) and a value.
- Payload.DataFormatMode - Enum Class in com.digimarc.dms.payload
-
Used with the
Payload.getData(DataFormatMode)
method for formatting payload data. - Payload.GIAIFieldRepresentation - Enum Class in com.digimarc.dms.payload
-
Deprecated.
- Payload.GS1_AI_Representation - Enum Class in com.digimarc.dms.payload
-
GS1_AI_Representation contains representations that correspond to standard GS1 AI (Application Identifier) values.
- Payload.Representation - Interface in com.digimarc.dms.payload
-
All representations implement the Representation interface.
- Payload.Sgtin96Representation - Enum Class in com.digimarc.dms.payload
-
Deprecated.
- PayloadEntry - Class in com.digimarc.dis.utils
-
A helper class for tracking whether a new payload has been read.
- PayloadEntry(Payload) - Constructor for class com.digimarc.dis.utils.PayloadEntry
-
Constructor.
- PayloadEntry(Payload, long) - Constructor for class com.digimarc.dis.utils.PayloadEntry
-
Constructor.
- PDF417 - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
PDF417 representation contains text string from a PDF417 barcode and is valid only for PDF417 barcodes.
- Preview - Enum constant in enum class com.digimarc.dms.session.IlluminateSessionParams.IlluminateContext
- PreviewDetectionRegion - Class in com.digimarc.dms.readers.image
-
A
DetectionRegion
for restricting detection within a camera preview. - PreviewDetectionRegion.Builder - Class in com.digimarc.dms.readers.image
-
The builder used to create
PreviewDetectionRegion
- PrintID - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
PrintID representation contains a Digimarc print watermark ID.
- processAudioSamples(byte[], int) - Method in class com.digimarc.dms.readers.audio.AudioReader
-
Synchronously process a buffer of audio data and return a list of read results when completed.
- processAudioSamples(ByteBuffer) - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader
-
Asynchronously process a buffer of audio data.
- processAudioSamples(ByteBuffer) - Method in class com.digimarc.dms.readers.audio.AudioReader
-
Synchronously process a buffer of audio data and return a list of read results when completed.
- processBitmap(Bitmap) - Method in class com.digimarc.dms.readers.image.ImageReader
-
Synchronously process a bitmap image and return a result when completed.
- processImageFrame(ImageData) - Method in class com.digimarc.dms.readers.image.ImageReader
-
Synchronously process an
ImageData
and return a result when completed. - processImageFrame(ImageData) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader
-
Asynchronously process an image frame.
- ProductDetail - Class in com.digimarc.dms.resolver
-
ProductDetail contains product-specific fields from GS1.
- ProductDetail.ProductQuantity - Class in com.digimarc.dms.resolver
-
A package's product details may contain one or more ProductQuantity entries.
- Production - Enum constant in enum class com.digimarc.dms.session.IlluminateSessionParams.IlluminateContext
- ProductQuantity(String, String) - Constructor for class com.digimarc.dms.resolver.ProductDetail.ProductQuantity
- provideSdkFeatures() - Method in class com.digimarc.dms.session.SdkFeaturesProvider
-
Provide SdkFeatures of session
Q
- QRCode - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
QRCode representation contains the text string from a QR code and is valid only for QR codes.
- Quick - Enum constant in enum class com.digimarc.dms.readers.BaseReader.ImageDetectionType
-
Quick detection is intended for use on camera frames.
R
- RawPayload - Class in com.digimarc.dms.payload
-
This class allows low-level access to individual pieces of the Payload.
- RawPayload(Payload) - Constructor for class com.digimarc.dms.payload.RawPayload
-
Constructs a RawPayload from a Payload object.
- RawPayload(String) - Constructor for class com.digimarc.dms.payload.RawPayload
-
Constructs a RawPayload object from a CPM path.
- RawPayload(String, boolean) - Constructor for class com.digimarc.dms.payload.RawPayload
-
Constructs a RawPayload object from a CPM path
- ReaderException - Exception in com.digimarc.dms.readers
-
Exception class used for errors that occur in all BaseReader-derived classes.
- ReaderException(int) - Constructor for exception com.digimarc.dms.readers.ReaderException
- ReaderException(String) - Constructor for exception com.digimarc.dms.readers.ReaderException
- ReaderOptions - Class in com.digimarc.dms.readers
-
ReaderOptions allows an application to set options within a reader object.
- ReaderOptions() - Constructor for class com.digimarc.dms.readers.ReaderOptions
- ReaderOptionsExtended - Class in com.digimarc.dms.readers
-
ReaderOptionsExtended allows private channels to be configured.
- ReaderOptionsExtended() - Constructor for class com.digimarc.dms.readers.ReaderOptionsExtended
- ReaderResult - Interface in com.digimarc.dms.readers
-
Contains processing data returned from the readers.
- ReadRegion - Static variable in class com.digimarc.dms.readers.DataDictionary
-
ReadRegion contains a set of points defining a bounding box around the decoded code.
- RedEye - Enum constant in enum class com.digimarc.capture.camera.Metadata.FlashMode
-
Camera1 -
FLASH_MODE_RED_EYE
Camera2 - not used - release() - Method in class com.digimarc.capture.audio.AudioHelper
-
Releases all resources held by the class.
- release() - Method in class com.digimarc.capture.audio.AudioService.AudioServiceClientBinder
-
Release the audio object
- release() - Method in class com.digimarc.capture.camera.CameraHelper
-
Release all objects held by the camera code.
- release() - Method in class com.digimarc.dis.DMSDetectorView
-
Release all objects held by DMSDetectorView.
- release() - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader
- release() - Method in class com.digimarc.dms.readers.audio.AudioReader
-
stop and free all audio resources
- release() - Method in class com.digimarc.dms.readers.BaseCaptureReader
- release() - Method in class com.digimarc.dms.readers.BaseReader
-
This method should be called when the reader is no longer needed.
- release() - Method in class com.digimarc.dms.readers.image.ImageReader
- release() - Method in class com.digimarc.dms.readers.image.VideoCaptureReader
- release() - Method in class com.digimarc.dms.resolver.Resolver
-
Cleans up the resolver.
- releaseCamera() - Method in class com.digimarc.dms.readers.image.VideoCaptureReader
-
Unregister this reader's CameraDataListener instance.
- reloadSecureWatermark() - Method in class com.digimarc.dms.session.SdkSession
-
Reload watermarks that require certificates for the current session if previous attempts weren't successful.
- removeCameraListener(CameraNotifyListener) - Method in class com.digimarc.capture.camera.CameraWrapperBase
- removeFrame(String) - Method in class com.digimarc.dms.readers.ImageFrameStorage
-
Remove a frame from storage.
- removeListener(AudioServiceReceiver) - Method in class com.digimarc.capture.audio.AudioService.AudioServiceClientBinder
-
Remove a listener from receiving audio buffers
- removeSecureWatermarkReadinessObserver(SecureWatermarkReadinessObserver) - Method in class com.digimarc.dms.session.SdkSession
-
Remove an observer for reading messages for digital watermarks that require certificates.
- resetStorage() - Method in class com.digimarc.dms.readers.ImageFrameStorage
-
Removes all frames from storage.
- resolve(Payload) - Method in class com.digimarc.dms.resolver.Resolver
-
Begin an asynchronous resolve operation for the given payload.
- ResolvedContent - Class in com.digimarc.dms.resolver
-
ResolvedContent wraps all data from the Digimarc Resolver and allows access to the fields.
- ResolvedContent(Payload, String) - Constructor for class com.digimarc.dms.resolver.ResolvedContent
-
Constructor.
- ResolvedContent(Payload, String, String, String, String) - Constructor for class com.digimarc.dms.resolver.ResolvedContent
-
Constructor.
- ResolvedContent(Payload, String, String, String, String, String, boolean) - Constructor for class com.digimarc.dms.resolver.ResolvedContent
-
Constructor.
- ResolvedContent(String) - Constructor for class com.digimarc.dms.resolver.ResolvedContent
-
Constructor.
- ResolvedContentException - Exception in com.digimarc.dms.resolver
-
Exception class used for errors in ResolvedContent parsing.
- ResolvedContentException(String) - Constructor for exception com.digimarc.dms.resolver.ResolvedContentException
- ResolveListener - Interface in com.digimarc.dms.resolver
-
Callbacks for Resolver events.
- Resolver - Class in com.digimarc.dms.resolver
-
The Resolver class uses the Digimarc Resolver backend to turn payloads into content data.
- Resolver_Service_Not_Available - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
- Resolver.Builder - Class in com.digimarc.dms.resolver
-
Builder class used to construct a new Resolver object.
- Resolver.ResolveError - Enum Class in com.digimarc.dms.resolver
-
Error codes that may be sent to the
ResolveListener.onError(Payload, ResolveError)
method. - ResolverCredentialsProvider - Class in com.digimarc.dms.session
-
Provides SDK's resolver credentials.
- ResultListener - Interface in com.digimarc.dms.readers
-
ResultListener is used by the capture readers (VideoCaptureReader and AudioCaptureReader) to return results and errors.
- rewind() - Method in class com.digimarc.capture.camera.ImagePlane
- rotateBitmap(Bitmap, float) - Static method in class com.digimarc.capture.camera.BitmapUtils
-
Rotate the supplied bitmap.
- Rotation - Static variable in class com.digimarc.dms.readers.DataDictionary
-
Rotation is a value produced by the Digimarc Barcode detector that indicates the angle of the decoded pattern relative to the camera.
- Runtime - Enum constant in enum class com.digimarc.dms.session.SdkSessionInitializationResult.Errors
-
Runtime state of session is invalid
- RuntimeSecureWatermarks - Enum constant in enum class com.digimarc.dms.session.SdkSessionInitializationResult.Errors
-
Runtime state of secure watermarks session is invalid
S
- Scale - Static variable in class com.digimarc.dms.readers.DataDictionary
-
Scale is a value produced by the Digimarc Barcode detector that provides a general indication of how far away the image was from the camera.
- SCALING_CROP - Enum constant in enum class com.digimarc.capture.camera.BitmapUtils.SCALING_LOGIC
- SCALING_FIT - Enum constant in enum class com.digimarc.capture.camera.BitmapUtils.SCALING_LOGIC
- SdkFeaturesProvider - Class in com.digimarc.dms.session
-
Utility class that encapsulates SdkSession and provide its features
- SdkFeaturesProvider(SdkSession) - Constructor for class com.digimarc.dms.session.SdkFeaturesProvider
-
Constructor
- SdkSession - Class in com.digimarc.dms.session
-
A session object is required to use reader and resolver objects within the SDK.
- SdkSessionCredentialsAccessor - Class in com.digimarc.dms.session
-
Utility class that encapsulates SdkSession and provide its credentials
- SdkSessionCredentialsAccessor(SdkSession) - Constructor for class com.digimarc.dms.session.SdkSessionCredentialsAccessor
-
Constructs a new
SdkSessionCredentialsAccessor
with the specified SDK session. - SdkSessionInitializationResult - Class in com.digimarc.dms.session
-
Encapsulates a SdkSession creation outcome with a value of type SdkSession or a error with an arbitrary error of type SdkSessionInitializationResult.Errors.
- SdkSessionInitializationResult.Errors - Enum Class in com.digimarc.dms.session
-
SdkSession creation error
- SdkSessionManager - Class in com.digimarc.dms.session
-
The
SdkSessionManager
class manages sessions for the SDK. - SecureDigitalWatermark - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
SecureDigitalWatemark representation contains the full payload path decoded from the Digimarc digital watermark.
- SecureWatermarkReadinessObserver - Interface in com.digimarc.dms.readers
-
This subscription contains callback for event during initialization of reading digital watermarks that require certificates.
- SecureWatermarkReadinessObserver.Errors - Enum Class in com.digimarc.dms.readers
- SENSOR_RAW - Enum constant in enum class com.digimarc.capture.camera.HelperCaptureFormat
-
Deprecated.
- ServiceBadResponse - Enum constant in enum class com.digimarc.dms.readers.SecureWatermarkReadinessObserver.Errors
-
Certificate service responded, but its response does not provided certificate
- ServiceUnavailable - Enum constant in enum class com.digimarc.dms.readers.SecureWatermarkReadinessObserver.Errors
-
Certificate service if not available.
- SessionParameters - Class in com.digimarc.dms.session
-
Encapsulate parameters that are used for SdkSession construction
- setAimingView(View, FrameLayout.LayoutParams) - Method in class com.digimarc.dis.DMSDetectorView
-
Deprecated.
- setAllowPerformanceScheduling(boolean) - Method in class com.digimarc.dms.readers.BaseReader
-
This method allows managed reader performance to be turned off.
- setAllowPerformanceScheduling(boolean) - Method in class com.digimarc.dms.readers.image.ImageReader
- setAllowPerformanceScheduling(boolean) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader
- setAudioDataListener(AudioDataListener) - Method in class com.digimarc.capture.audio.AudioHelper.Builder
-
Set audio data listener.
- setBorderColor(int) - Method in class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle.Builder
-
Sets the border color.
- setBorderWidth(float) - Method in class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle.Builder
-
Sets the border width.
- setCamera2ImageBufferCount(int) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set the number of image capture buffers to be used during Camera2 image capture.
- setCameraHelper(CameraHelper) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader.Builder
-
Set camera image source for this reader.
- setCameraLevel(CameraHelper.CameraLevel) - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
Set the level of camera API that should be used.
- setCameraRotation(int) - Method in class com.digimarc.dms.readers.image.PreviewDetectionRegion.Builder
-
Sets the rotation of the camera sensor in degrees.
- setCameraSurfaceView(CameraSurfaceView) - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
Set the
CameraSurfaceView
that will provide preview frames to the app. - setChannelCount(int) - Method in class com.digimarc.dms.readers.audio.AudioReader.Builder
- setConfigurationListener(CameraConfigurationListener) - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
Set the configuration listener.
- setConfigurationListener(CameraConfigurationListener) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set configuration listener.
- setDataListener(CameraDataListener) - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
Set the data listener.
- setDataListener(CameraDataListener) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set data listener.
- setDetectionEnabled(boolean) - Method in class com.digimarc.dis.DMSDetectorView
-
Enable/disable detection of marks
- setDetectionStrategy(BaseReader.ImageDetectionType, boolean) - Method in class com.digimarc.dms.readers.image.ImageReader.Builder
-
Set strategy options for how the reader will perform detection operations.
- setDetectionStrategy(BaseReader.ImageDetectionType, boolean) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader.Builder
-
Set strategy options for how the reader will perform detection operations.
- setDisplayRotation(int) - Method in class com.digimarc.dms.readers.image.PreviewDetectionRegion.Builder
-
Sets the display rotation of the device in degrees.
- setErrorListener(CameraErrorListener) - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
Set the error listener.
- setErrorListener(CameraErrorListener) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set error errorListener.
- setFillColor(int) - Method in class com.digimarc.dis.DMSDetectorView.ImageDetectionLocationStyle.Builder
-
Sets the fill color.
- setFocusPoint(float, float, int, int) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set the camera focus to a point within the camera frame.
- setFocusRegion(DetectionRegion, int) - Method in class com.digimarc.capture.camera.CameraHelper
-
Deprecated.
- setHelpPromptText(int...) - Method in class com.digimarc.dis.DMSDetectorView
-
Set the resource strings that will appear on the video view as help text.
- setImageDetectionLocationStyle(DMSDetectorView.ImageDetectionLocationStyle) - Method in class com.digimarc.dis.DMSDetectorView
-
Customize the detection location display.
- setImageDetectionRegion(RectF) - Method in class com.digimarc.dis.DMSDetectorView
-
Specifies the percentage of the visible image area within the camera preview to use for detection.
- setImageDetectionRegion(RectF) - Method in class com.digimarc.dms.readers.image.ImageReader
-
Deprecated.This method may not work as expected in all display orientations.
ImageReader.setImageDetectionRegion(DetectionRegion)
should be used for apps that need to support rotation or frame sources other thanCameraHelper
. - setImageDetectionRegion(RectF) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader
-
Deprecated.This method may not work as expected in all display orientations.
VideoCaptureReader.setImageDetectionRegion(DetectionRegion)
should be used for apps that need to support rotation or frame sources other thanCameraHelper
. - setImageDetectionRegion(DetectionRegion) - Method in class com.digimarc.dms.readers.image.ImageReader
-
Specifies the image area that will be used for detection.
- setImageDetectionRegion(DetectionRegion) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader
-
Specifies the image area that will be used for detection.
- setImageOnly(boolean) - Method in class com.digimarc.dis.DMSDetectorView
-
Set this to true if audio detection is not needed.
- setLicenseKey(String) - Method in class com.digimarc.dis.DMSDetectorView
-
Set the SDK license key.
- setNoiseReduction(boolean) - Method in class com.digimarc.capture.camera.Camera2Wrapper
- setNotifyListener(CameraNotifyListener) - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
This method sets a listener to receive notifications of camera subsystem events.
- setNotifyListener(CameraNotifyListener) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set notify listener.
- setNotifyListener(DISNotifyListener) - Method in class com.digimarc.dis.DMSDetectorView
-
Set the camera notification listener
- setOverlayType(DMSDetectorView.OverlayType) - Method in class com.digimarc.dis.DMSDetectorView
-
Set the overlay type.
- setPreviewSize(Point) - Method in class com.digimarc.capture.camera.Camera2Wrapper
- setReaderOptions(ReaderOptions) - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader.Builder
-
Set of options that this reader will use.
- setReaderOptions(ReaderOptions) - Method in class com.digimarc.dms.readers.audio.AudioReader.Builder
-
Set of options that this reader will use.
- setReaderOptions(ReaderOptions) - Method in class com.digimarc.dms.readers.BaseReader
-
Allows the reader to be reconfigured with new reader options after creation.
- setReaderOptions(ReaderOptions) - Method in class com.digimarc.dms.readers.image.ImageReader.Builder
-
Set of options that this reader will use.
- setReaderOptions(ReaderOptions) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader.Builder
-
Set of options that this reader will use.
- setRegionListener(CameraRegionListener) - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
Set listener for the camera region.
- setRegionListener(CameraRegionListener) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set region listener.
- setRegionOfInterest(RectF) - Method in class com.digimarc.dms.readers.image.PreviewDetectionRegion.Builder
-
Sets the region of interest that should be used for detection.
- setResultListener(ResultListener) - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader.Builder
-
Set a listener that will receive detection and error result callbacks for this reader.
- setResultListener(ResultListener) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader.Builder
-
Set a listener that will receive detection and error result callbacks for this reader.
- setResultListener(ResolveListener) - Method in class com.digimarc.dms.resolver.Resolver.Builder
-
Set a listener that will receive result and error callbacks for the resolver.
- setSampleRate(int) - Method in class com.digimarc.dms.readers.audio.AudioReader.Builder
- setShowAimingView(boolean) - Method in class com.digimarc.dis.DMSDetectorView
-
Deprecated.
- setShowImageDetectionLocation(boolean) - Method in class com.digimarc.dis.DMSDetectorView
-
Set whether detection locations are drawn over the camera preview.
- setSpinner(View, FrameLayout.LayoutParams) - Method in class com.digimarc.dis.DMSDetectorView
-
Set a spinner view.
- setSurface(Surface) - Method in class com.digimarc.capture.camera.Camera2Wrapper
- setSurfaceTextureListener(TextureView.SurfaceTextureListener) - Method in class com.digimarc.capture.camera.CameraHelper.Builder
-
Set listener for the camera surface texture.
- setSurfaceTextureListener(TextureView.SurfaceTextureListener) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set listener for the camera surface texture.
- setSymbologies(int) - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader.Builder
-
Set the symbologies that this reader will detect.
- setSymbologies(int) - Method in class com.digimarc.dms.readers.audio.AudioReader.Builder
-
Set the symbologies that this reader will detect.
- setSymbologies(int) - Method in class com.digimarc.dms.readers.BaseReader
- setSymbologies(int) - Method in class com.digimarc.dms.readers.image.ImageReader.Builder
-
Set the symbologies that this reader will detect.
- setSymbologies(int) - Method in class com.digimarc.dms.readers.image.VideoCaptureReader.Builder
-
Set the symbologies that this reader will detect.
- setTapFocusState(boolean) - Method in class com.digimarc.dis.DMSDetectorView
-
Enable or disables tap to focus on the DMSDetectorView.
- setTorch(boolean) - Method in class com.digimarc.capture.camera.Camera2Wrapper
- setTorch(boolean) - Method in class com.digimarc.capture.camera.CameraHelper
-
Enables/Disables the torch as long as the hardware supports torch mode
- setTorch(boolean) - Method in class com.digimarc.capture.camera.CameraWrapper
-
Enables/Disables the torch as long as the hardware supports torch mode
- setTorch(boolean) - Method in class com.digimarc.capture.camera.CameraWrapperBase
- setTorchOn(boolean) - Method in class com.digimarc.dis.DMSDetectorView
-
Turn the torch on or off
- setUIHandler(Handler) - Method in class com.digimarc.capture.camera.CameraHelper
-
Set the handler to receive notifications from the camera system.
- setUIHandler(Handler) - Method in class com.digimarc.capture.camera.CameraWrapperBase
- setValue(String, byte[]) - Method in class com.digimarc.dms.readers.ReaderOptionsExtended
-
Stores a key value pair in the options dictionary.
- setValue(String, int) - Method in class com.digimarc.dms.readers.ReaderOptions
-
Stores a key value pair in the options dictionary.
- setValue(String, Object) - Method in class com.digimarc.dms.readers.DataDictionary
-
Stores a key value pair in the options dictionary.
- setValue(String, String) - Method in class com.digimarc.dms.readers.ReaderOptions
-
Stores a key value pair in the options dictionary.
- SGTIN_96_FilterValue - Enum constant in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.
- SGTIN96_CompanyPrefix - Enum constant in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.
- SGTIN96_Indicator - Enum constant in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.
- SGTIN96_ItemReference - Enum constant in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.
- SGTIN96_SerialNumber - Enum constant in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.
- SGTIN96_Std_Format - Enum constant in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.
- showDetectRegion(Context, boolean) - Method in class com.digimarc.dis.DMSDetectorView
-
Deprecated.
- showError(String, String) - Method in class com.digimarc.dis.DMSDetectorView
-
This is a shortcut to the showMsg method.
- showMsg(String, String) - Method in class com.digimarc.dis.DMSDetectorView
-
Displays a dialog with the title and text passed in.
- showWarning(String, String) - Method in class com.digimarc.dis.DMSDetectorView
-
This is a shortcut to the showMsg method.
- SimpleProductID_ExtraData - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Simple Product ID Extra Data Representation contains a string of extra data from the Digimarc Barcode.
- SmartLabel - Enum constant in enum class com.digimarc.dms.resolver.ContentItem.Category
- start() - Method in class com.digimarc.capture.audio.AudioHelper
-
Starts the audio service.
- start() - Method in class com.digimarc.dis.DMSDetectorView
-
Starts the view's animations and background services, including audio detection (if enabled) and resolver notifications.
- start() - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader
-
Starts the audio capture service and begins reading audio data.
- start() - Method in class com.digimarc.dms.resolver.Resolver
-
Starts the resolver.
- startCamera() - Method in class com.digimarc.capture.camera.CameraSurfaceView
-
Start the camera.
- startPreview() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- startPreview() - Method in class com.digimarc.capture.camera.CameraHelper
-
Deprecated.The camera lifecycle is managed automatically by
CameraSurfaceView
. Using this method may move the camera into an unrecoverable state. - startPreview() - Method in class com.digimarc.capture.camera.CameraWrapper
- startRecording() - Method in class com.digimarc.capture.audio.AudioService.AudioServiceClientBinder
-
Start recording
- startSession(SessionParameters) - Method in class com.digimarc.dms.session.SdkSessionManager
-
Create a session.
- stop() - Method in class com.digimarc.capture.audio.AudioHelper
-
Stops the audio service.
- stop() - Method in class com.digimarc.dis.DMSDetectorView
-
Stops the view's animations and background services, including audio detection (if enabled) and resolver notifications.
- stop() - Method in class com.digimarc.dms.readers.audio.AudioCaptureReader
-
Stops the audio service.
- stop() - Method in class com.digimarc.dms.resolver.Resolver
-
Stop the resolver.
- stopCamera() - Method in class com.digimarc.capture.camera.CameraSurfaceView
-
Stop the camera.
- stopPreview() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- stopPreview() - Method in class com.digimarc.capture.camera.CameraHelper
-
Deprecated.The camera lifecycle is managed automatically by
CameraSurfaceView
. Using this method may move the camera into an unrecoverable state. - stopPreview() - Method in class com.digimarc.capture.camera.CameraWrapper
- stopRecording() - Method in class com.digimarc.capture.audio.AudioService.AudioServiceClientBinder
-
Stop recording
- storeFrame(String, ImageFrame) - Method in class com.digimarc.dms.readers.ImageFrameStorage
-
This method stores a frame.
- success(Success) - Static method in class com.digimarc.dms.core.OperationResult
-
Returns an instance that encapsulates the given value as successful value.
T
- toHelperFormat(CaptureFormat) - Static method in enum class com.digimarc.dms.readers.image.CaptureFormat
-
Convert from DMSDK's capture format into that used by the CameraHelper library.
- Torch - Enum constant in enum class com.digimarc.capture.camera.Metadata.FlashMode
-
Camera1 -
FLASH_MODE_TORCH
Camera2 -FLASH_MODE_TORCH
- TraditionalBarcodeReadDistance - Static variable in class com.digimarc.dms.readers.ReaderOptions
-
Traditional barcode read distance
Values:
ReaderOptions.Distance_Near
- Near distance reading (default).
ReaderOptions.Distance_Far
- Far distance reading.
ReaderOptions.Distance_FullRange
- Full range (near and far) distance reading. - triggerAutoFocus() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- triggerAutoFocus() - Method in class com.digimarc.capture.camera.CameraWrapper
- triggerAutoFocus() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- triggerCenterFocus() - Method in class com.digimarc.capture.camera.Camera2Wrapper
- triggerCenterFocus() - Method in class com.digimarc.capture.camera.CameraHelper
-
This method causes the camera to perform an immediate focus operation and then resume normal auto-focus mode.
- triggerCenterFocus() - Method in class com.digimarc.capture.camera.CameraWrapper
- triggerCenterFocus() - Method in class com.digimarc.capture.camera.CameraWrapperBase
- triggerRegionFocus(RectF, int) - Method in class com.digimarc.capture.camera.Camera2Wrapper
- triggerRegionFocus(RectF, int) - Method in class com.digimarc.capture.camera.CameraWrapper
- triggerRegionFocus(RectF, int) - Method in class com.digimarc.capture.camera.CameraWrapperBase
U
- Uat - Enum constant in enum class com.digimarc.dms.session.IlluminateSessionParams.IlluminateContext
- Undefined - Enum constant in enum class com.digimarc.dms.readers.BaseReader.UndefinedSymbology
-
Undefined symbology.
- Unexpected_Camera_Error - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
An internal error occurred while accessing the camera.
- uninitialize() - Method in class com.digimarc.dis.DMSDetectorView
-
Close all DMSDetectorView's resources
- Unknown - Enum constant in enum class com.digimarc.dms.readers.SecureWatermarkReadinessObserver.Errors
-
Unrecognized error
- Unstructured_Data - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Unstructured Data representation contains a barcode value of arbitrary length and content.
- Unsupported_Resolver - Enum constant in enum class com.digimarc.dis.DMSDetectorView.DISError
-
The resolver is invalid.
- UPC_A - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
UPC A representation contains a 12 decimal digit barcode value.
- UPC_E - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
UPC E representation contains a 6 decimal digit barcode value.
- Utility - Class in com.digimarc.dms.readers
-
Methods in this class are provided for working with data contained in
ReaderResult
metadata. - Utility() - Constructor for class com.digimarc.dms.readers.Utility
V
- valueOf(String) - Static method in enum class com.digimarc.capture.camera.BitmapUtils.SCALING_LOGIC
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.capture.camera.CameraHelper.CameraError
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.capture.camera.CameraHelper.CameraLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.capture.camera.HelperCaptureFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.capture.camera.Metadata.FlashMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dis.DMSDetectorView.DISError
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dis.DMSDetectorView.OverlayType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.payload.Payload.DataFormatMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.payload.Payload.GIAIFieldRepresentation
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.readers.BaseReader.AudioSymbology
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.readers.BaseReader.ImageDetectionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.readers.BaseReader.ResultType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.readers.BaseReader.UndefinedSymbology
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.readers.image.CaptureFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.readers.SecureWatermarkReadinessObserver.Errors
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.resolver.ContentItem.Category
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.session.IlluminateSessionParams.IlluminateContext
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.digimarc.dms.session.SdkSessionInitializationResult.Errors
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.digimarc.capture.camera.BitmapUtils.SCALING_LOGIC
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.capture.camera.CameraHelper.CameraError
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.capture.camera.CameraHelper.CameraLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.capture.camera.CameraHelper.MeteringRegion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.capture.camera.HelperCaptureFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.capture.camera.Metadata.FlashMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dis.DMSDetectorView.DISError
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dis.DMSDetectorView.OverlayType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.payload.Payload.DataFormatMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.payload.Payload.GIAIFieldRepresentation
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.payload.Payload.GS1_AI_Representation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.payload.Payload.Sgtin96Representation
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.readers.BaseReader.AudioSymbology
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.readers.BaseReader.ImageDetectionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.readers.BaseReader.ReaderError
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.readers.BaseReader.ResultType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.readers.BaseReader.UndefinedSymbology
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.readers.image.CaptureFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.readers.SecureWatermarkReadinessObserver.Errors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.resolver.ContentItem.Category
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.resolver.Resolver.ResolveError
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.session.IlluminateSessionParams.IlluminateContext
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.digimarc.dms.session.SdkSessionInitializationResult.Errors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VariableMeasure - Enum constant in enum class com.digimarc.dms.payload.Payload.BasicRepresentation
-
Variable Measure representation contains a variable measure value from within a GTIN 14 value.
- VideoCaptureReader - Class in com.digimarc.dms.readers.image
-
This class provides asynchronous image reading with a built in level of performance management.
- VideoCaptureReader.Builder - Class in com.digimarc.dms.readers.image
W
- withAccessKey(String) - Method in class com.digimarc.dms.session.IlluminateSessionParams
-
Sets the Mobile API key for the Illuminate session.
- withAccountId(String) - Static method in class com.digimarc.dms.session.IlluminateSessionParams
-
Creates a new
IlluminateSessionParams
instance with the given account ID. - withContext(IlluminateSessionParams.IlluminateContext) - Method in class com.digimarc.dms.session.IlluminateSessionParams
-
Sets the context for the Illuminate session.
- withFields(List<String>) - Method in class com.digimarc.dms.session.IlluminateSessionParams
-
Sets the fields for the Illuminate session.
- withinMask(int) - Method in enum class com.digimarc.dms.readers.BaseReader.AudioSymbology
- withinMask(int) - Method in enum class com.digimarc.dms.readers.BaseReader.ImageSymbology
- withinMask(int) - Method in interface com.digimarc.dms.readers.BaseReader.Symbology
- withinMask(int) - Method in enum class com.digimarc.dms.readers.BaseReader.UndefinedSymbology
- withLicenseKey(String) - Method in class com.digimarc.dms.session.SessionParameters
-
Sets the license key.
- withSecureWatermarksEnabled(IlluminateSessionParams) - Method in class com.digimarc.dms.session.SessionParameters
-
Sets the flag in parameters to true for digital watermarks that require certificates.
- withSuppressedIlluminateCalls() - Method in class com.digimarc.dms.session.IlluminateSessionParams
-
Suppresses Illuminate calls for the session.
Y
- YUV420 - Enum constant in enum class com.digimarc.capture.camera.HelperCaptureFormat
-
Interleaved YUV.
- YUV420 - Enum constant in enum class com.digimarc.dms.readers.image.CaptureFormat
-
Interleaved YUV.
- YUV420P - Enum constant in enum class com.digimarc.capture.camera.HelperCaptureFormat
-
Planar YUV.
- YUV420P - Enum constant in enum class com.digimarc.dms.readers.image.CaptureFormat
-
Planar YUV.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CameraHelper.setFocusPoint(float, float, int, int)
instead.