Mikkelet
Mikkelet
I would also like this
Getting the same!
Same with Android Facedetection. Versions are out of date and are using functionality that is deprecated in the news version (specifically the aspect ratio, which has been replaced with a...
This feels like a general problem with all the samples; they're very fragile and will seemingly only work in a very specific configuration. If you tilt the device to landscape,...
Im also having the same problem. Room is my only dependency. I cannot find a good example of how to add the dependency to a project that has been created...
I updated the the sample project to android 34 with agp=8.3.2, gradle=8.4 and framerate jumped from 30ms to 500, phone is S21 edit: sorry, there were other changes: - changed...
This also happens when I attempt to detect face on any Samsung Phone (S21, S25 Ultra) ``` private fun detectFace(videoUri: Uri) { val mediaMetadataRetriever = MediaMetadataRetriever() mediaMetadataRetriever.setDataSource(videoUri.toString()) val baseOptions =...
> Reproducible using the plugin example app (and the code provided above). > > This is not specific to chrome on android. It occurs in safari on iOS as well....
If it's any help for the future assignee, npm has a package that supports torch (https://github.com/purple-technology/react-camera-pro/issues/41)
Im also getting this useless error when trying initialise: ``` try { await channel.ready; subscription = channel.stream.listen(onMessage, onError: print); } on WebSocketException catch (e) { print('WebSocketException=${e.message}'); } on WebSocketChannelException catch...