flutter_camera_processing
flutter_camera_processing copied to clipboard
Changed video stream byte for RGB support
@khoren93 I have changed Uint32List to Uint8List to support rgb (3 channel).
I have run this code in windows and run the app on android device and its working fine. Hope this helpful.