Jirayuth Porka
Jirayuth Porka
Having the same issue. Using DsDevice, It mean you are fetching video device input using DirectShowLib. The result for me look like this. ``` [0 = 'Camera 1', 1 =...
Agreed. A lot of SEA-based job are also using C# more than Go or even Python (in fact, many companies in my country (Thailand) considered Go as cutting-edge. So many...
Having the same issue. Apparently this is because the camera for some reason ignore your CameraController.imageFormatGroup setting when received images. And forced it back to YUV420 regardless of what camera...
> @famasf1 What is you _shouldReturnNull Function? Thanks for the Code! It's just a private function for my camera class that check whether the camera should return any value upon...
> Having the same issue. Apparently this is because the camera for some reason ignore your CameraController.imageFormatGroup setting when received images. And forced it back to YUV420 regardless of what...
>Downgrading to camera 10.6 does still work It's important to note that this is because Flutter Team out-of-the-blue decided to implemented CameraX into the library and replace the old implementation....
FYI new update > For ML Kit integration, you can try to use the workaround that I added in the latest version of google_mlkit_commons, using `InputImage.fromBitmap()`. Check the example there,...
Edit : not sure if this is the answer but i'm gonna put it here for now : https://github.com/FallingLights/Teachable-dl Sorry for bumping old thread but i'm having the same issue....
You should rely on the official example and case study to get the information on the latest API and its usage. And on the more safety and future-proof side. Stick...
I think you could've made the issue a little clearer by describe the actual problem (like a background and suggesting the alternative.) instead of just throwing a link here and...