Zoom lens:
- Call camera.setCameraVideoStreamSource to change the camera video stream source to ZOOM lens.
- Call lens(0).setHybridZoomFocalLength to hybrid zoom.
- Zoom formula is Target focal length = Current focal length + (FocalLengthStep * X).
- Magnification formula is Magnification = (Current Focal length * 4.0) / (3.0 * Minimum Focal length).
Thermal lens:
- Call camera.setCameraVideoStreamSource to change the camera video stream source to INFRARED_THERMALlens.
- Call lens(2).setThermalDigitalZoomFactor to digital zoom.
Comments
0 comments
Please sign in to leave a comment.