Bas de Vaan

Results 7 issues of Bas de Vaan

**Summary:** The localPosition property of the DragUpdateDetails object in the onPanUpdate callback is different when using a GestureDetector with an onTap callback compared to when using a GestureDetector without an...

waiting for customer response
in triage

### What package does this bug report belong to? camera ### What target platforms are you seeing this bug on? Android, iOS, Web, macOS, Linux, Windows ### Have you already...

p: camera
package
team-ecosystem

Is there any plan to support Assistants V2 in the future? Currently it is not possible to query into 4o, as it only supports the new Assistants V2 integration ```...

## Description Fixes the to Jpeg function for the BGRA8888 format The problem is reported in https://github.com/Apparence-io/CamerAwesome/issues/471 ## Checklist Before creating any Pull Request, confirm that it meets all requirements...

Hello all, I am trying to run a TFLite Yolo V8 model with Metal Delegate on iOS. I am testing on a physical device (iPhone 13). When running the TFLite...

## Steps to Reproduce Setup a CameraBuilder like this ``` CameraAwesomeBuilder.previewOnly( previewFit: CameraPreviewFit.cover, onImageForAnalysis: _processCameraImage, sensorConfig: SensorConfig.single( aspectRatio: CameraAspectRatios.ratio_16_9, ), builder: (cameraState, preview) => const Center( child: SizedBox.shrink(), ), )...