Transform a CameraImage/Uint8List to a rgb array in flutter
I'm currently working on connecting my Python backend with my Flutter frontend. My backend hosts a pose estimation model that requires a numpy array as input, representing an image. As a result, I'm aiming to convert the CameraImage data I…