-
Notifications
You must be signed in to change notification settings - Fork 828
Closed
Labels
InputImageIssues related to InputImageIssues related to InputImage
Description
I can not find a way to convert nv21 frames in the flutter image format ( package:image/src/image.dart )
The Face Detection Package requires to use nv21 format in the CameraController on Android and i need to return the frame with the face detected with face detection package ( a CameraImage object ) but I couldn't find a conversion function from nv21 to flutter format anywhere
i found it for YUV420 and bgra8888, but not nv21
Do you have an example to show?
Thanks!
Metadata
Metadata
Assignees
Labels
InputImageIssues related to InputImageIssues related to InputImage