Exemplo n.º 1
0
 extern private static bool TryGetLatestImageDataInternal(
     List <byte> imageData,
     List <ImageData.PlaneInfo> planeInfos,
     out uint width,
     out uint height,
     out int format,
     out long timestampNs,
     out ImageData.CameraMetadata metadata);
Exemplo n.º 2
0
 extern private static bool Internal_TryAcquireLatestImageBuffer(
     List <ImageData.PlaneInfo> planeInfos,
     out uint width,
     out uint height,
     out int format,
     out Int64 timestampNs,
     out IntPtr planeData,
     out IntPtr nativePtr,
     out ImageData.CameraMetadata metadata);