com.google.mlkit.vision.camera
Stay organized with collections
Save and categorize content based on your preferences.
Annotations
Interfaces
DetectionTaskCallback<ResultT>
|
Interface for defining a post-processing action to
be executed for each detection.This is used by CameraXSource
for the pipeline to feed camera frames to detectors and invoke callbacks that are set
by developers. |
Classes
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[],["The core content defines configurations and operations for camera-based vision tasks. `CameraSourceConfig` manages camera settings, built using `CameraSourceConfig.Builder`. `CameraFacing` specifies the camera's direction. `CameraXSource` manages the camera, interfacing with a `Detector` and a `DetectionTaskCallback`. The `DetectionTaskCallback` interface defines post-processing actions for each detection, used within the `CameraXSource` pipeline to feed frames to detectors and handle developer-defined callbacks.\n"],null,[]]