startHighSpeedRecording abstract method

  1. @nitroNativeAsync
Future<int> startHighSpeedRecording(
  1. int textureId,
  2. String path,
  3. int fps
)

Starts a high-frame-rate (slow-mo) recording at fps (e.g. 120 / 240) to path. Uses a dedicated high-speed capture session (Android) / high-fps format (iOS), separate from the normal preview session. Returns 1 on success, 0 when the device advertises no high-speed config for fps. Photo capture and frame processing are unavailable while active.

Implementation

@nitroNativeAsync
Future<int> startHighSpeedRecording(int textureId, String path, int fps);