UseObjectOutputProps

interface UseObjectOutputProps

Properties

onObjectsScanned?

optional onObjectsScanned?: (objects: ScannedObject[]) => void

A callback that will be called every time the CameraObjectOutput has scanned one or more objects.

See

ScannedObject


types

The array of ScannedObjectTypes the CameraObjectOutput should scan for.

On this page