-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] lockCaptureOrientation not work on IOS real devices #197
Comments
This might be also addressed by #218. |
@AlexV525 I got many error on iOS [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: A CameraController was used after being disposed. |
PR updated. |
@AlexV525 I got too many logs like also pls see this screen recording https://drive.google.com/file/d/1U3OnaexXuCdIWC9utYvgRQi2-WSsMbtS/view?usp=sharing also when I make screen in landscape the camera button disappear and camera view gets rotated and inverted and this is wrong , the camera shouldn't be converted or any thing , just show the record button in both portrait and landscape mode like normal camera app. |
Is your device orientation setting locked or unlocked? |
Unlocked
…On Thu, 26 Oct 2023 at 3:58 PM Alex Li ***@***.***> wrote:
Is your device orientation setting locked or unlocked?
—
Reply to this email directly, view it on GitHub
<#197 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5CGURRMHHU4MC2BFEBBDTYBJNADAVCNFSM6AAAAAA4U6YIJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBRGA3TGNJSGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
You didn't grant access to this video. :) |
sorry here is https://drive.google.com/file/d/1U3OnaexXuCdIWC9utYvgRQi2-WSsMbtS/view?usp=sharing |
This should be fixed with the updated PR. Please check again. And please provide a record of your first comment: I found the camera capture button is disappeared when going to landscape. |
@AlexV525 here is new video after pr update https://drive.google.com/file/d/1WfdsNFRxV0nAK6UOhCJzFMOmGz2NuxPA/view?usp=sharing the device Orientation lock is off and package setting is |
Could you try the example of our plugin with your changes instead of a custom implementation and then produce another recording? Thanks for your feedback again. |
here is with latest pr updated https://drive.google.com/file/d/1dvjBmyC4SEqpmx0ELbhoKqvqQKzisGdX/view?usp=sharing |
PR updated again. After flutter/packages#5261 is published, inverted cases on iOS should be fixed. |
@AlexV525 ok great work , but why when I use I didn't notice any change , it should prevent me from landscape mode , but I see it's moving to landsacape, also there is error when I stopped the recorder [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value |
It only locks the capture orientation, not the preview one. |
@AlexV525, How to lock preview? The capture button disappears when rotated, and the device's position sensors begin to work in reverse (only on iOS).
|
Hi ,
using latest release , when device going to landscape , I found the camera capture button is disappeared when going to landscape , when I return to portrait again the camera button shows again .
The text was updated successfully, but these errors were encountered: