takeSnapshot abstract method

  1. @nitroNativeAsync
Future<PhotoResult> takeSnapshot(
  1. int textureId
)

Captures the current preview frame as a fast JPEG snapshot (no full still-capture round-trip).

Implementation

@nitroNativeAsync
Future<PhotoResult> takeSnapshot(int textureId);