analyze_frame method
Analyze a single frame
Implementation
ffi.Pointer<ffi.Char> analyze_frame(
ffi.Pointer<ffi.Void> engine,
ffi.Pointer<ffi.Uint8> image_data,
int width,
int height,
int format,
int rotation,
int crop_x,
int crop_y,
int crop_w,
int crop_h,
) {
return _analyze_frame(engine, image_data, width, height, format, rotation,
crop_x, crop_y, crop_w, crop_h);
}