-
Notifications
You must be signed in to change notification settings - Fork 28
Lite API: Camera
Hayun Lee edited this page Dec 21, 2020
·
5 revisions
Parent Document: ANT APIs
With ANT Camera API, applications can use cameras or sensors without knowing the details of camerahardware.
You need to load camera API module before you use its API as following.
var cameraAPI = require('ant').camera;
- StreamAPI.Element CameraAPI.createCameraElement(String deviceType)
- StreamAPI.Element CameraAPI.createRPiCameraElement()
- StreamAPI.Element ObjCameraAPI.createV4L2CameraElement(String sourcePath)
- StreamAPI.Element CameraAPI.createNvidiaCameraElement()
- StreamAPI.Element CameraAPI.createTestCameraElement()
- Home
- About
- Getting Started
-
ANT APIs
- ANT Classic API
- ANT Lite API
- Getting Involved