Khushal Singh Rao
Khushal Singh Rao
This PR aims to provide support for strartImageStream and stopImageStream on Web. [#92460](https://github.com/flutter/flutter/issues/92460) Based on [#6944](https://github.com/flutter/plugins/pull/6944) from the archived [plugins](https://github.com/flutter/plugins) repository ## Pre-launch Checklist - [x] I read the [Contributor...
### Use case The plugin only supports YUV_420 image format group, because Flutter does not support RGBA format currently. But the camerax library allows RGBA_8888 format group as well. Supporting...
This PR aims to provide support for strartImageStream and stopImageStream on Web. [#92460](https://github.com/flutter/flutter/issues/92460) Based on [#6944](https://github.com/flutter/plugins/pull/6944) from the archived [plugins](https://github.com/flutter/plugins) repository ## Pre-launch Checklist - [x] I read the [Contributor...