AntoineChauviere
AntoineChauviere
I want to lock my camera in portrait mode even if I turn my phone in landscape mode. So that is my main : Future main() async { WidgetsFlutterBinding.ensureInitialized(); final...
Currently, I take a photo with the camera, then I decode it and finally I crop it. I would like to display this image in a container but the only...
Please help... I'm in PortraitUp mode and when I took a picture with camera, I have these values : properties.width = 1280 / properties.height = 720 It should be the...
Hello, I am trying to apply my AI model to an XRCpuImage. It works very well, but I've noticed that the XRCpuImage is rotated by 90 degrees and seems to...