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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]