configure abstract method
Applies a batch of live settings to the open session textureId in one
pass and returns what was actually applied. The declarative analogue of the
individual setters above — does NOT reopen the session (device/format/fps
changes must go through openCamera).
Implementation
@nitroNativeAsync
Future<ResolvedConfig> configure(int textureId, CameraConfig config);