You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently updating all dependencies #547
It seems that cameraX version used on the camerawesome pubdev version is not working great
On android we will be still on some version behind as the CameraX authors has deprecated a lot of functions really fast without really explaining how to migrate.
🐛 Bug Report: Camera Initialization Issue with Ultrawide Lens
📌 Affected Versions
camerawesome
v2.1.0🔹 Issue Description
🔸 Issue: Android starts in ultrawide mode and resets during video recording
📱 Environment
🔍 Steps to Reproduce
camerawesome
v2.1.0 on Flutter 3.27.x💻 Code Examples
Initializing the camera (problematic):
Alternative initialization (same issue):
Partial solution (works for photos but resets during video):
✅ Expected Results
❌ Actual Results
camerawesome
v2.1.0 and Flutter 3.27.x):SensorConfig.single()
always defaults to ultrawide lensswitchCameraSensor()
works for photos but resets when starting video recordingcamerawesome
v1.4.0)The text was updated successfully, but these errors were encountered: