-
Notifications
You must be signed in to change notification settings - Fork 58
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
Camera 2: Tele and wide angle cameras #125
Comments
The other physical cameras on the Xperia 10iii are disabled by default because they cause problems on the camera1 API. You can enable multiple cameras by editing a config file like this: https://docs.sailfishos.org/Support/Help_Articles/Camera/#multiple-cameras-of-xperia-10-iii There's also an app on Chum to do this with a top menu item: https://build.sailfishos.org/package/show/sailfishos:chum/x10iii-cam-button |
Thanks! Now I see 5 circles in the ui of which three select the three back lenses. Unfortunately after tapping on circle nr 4 once I'm stuck there. I can switch to front camera and restart |
You probably need to remove the current camera index from dconf to get it working again. |
You can do that with |
Thanks for your very handy tip!
So two selfies and 5 back facing cameras, interesting! Does anybody know how to filter these?
|
I think the other three are virtual cameras made from combining other - maybe those bokeh ones or something. I think there's something in there to identify physical and virtual cameras, but either it's not working or someone was hoping to get those working? Not sure sorry. |
The Sony Xperia 10 III has three cameras on the back but only one is announced currently. On Android the camera is switched automatically based on zoom level but
ACameraMetadata_isLogicalMultiCamera
returnsfalse
here:droidmedia/droidmediacamera2.cpp
Line 421 in 7940c60
Do we need to enable this somehow? Is there another way to switch cameras?
Some links:
https://developer.android.com/media/camera/camera2/multi-camera
https://developer.android.com/ndk/reference/group/camera#group___camera_1gga8480a8f9e2ee6f1ad2489ee1649f9ef9ad0531bfb7b50c1e6dd4ff85b630b790e
The docs also talk about fancy multi camera modes with stuff like bokeh effects by combining several cameras etc. Do we expect these to be implemented and unlockable here?
The text was updated successfully, but these errors were encountered: