setZoom abstract method

void setZoom(
  1. int textureId,
  2. double zoom
)

Sets the zoom level. Must be within CameraDevice.minZoom .. CameraDevice.maxZoom.

Implementation

void setZoom(int textureId, double zoom);