PINE64
Trying the camera switch on my PinePhone - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Trying the camera switch on my PinePhone (/showthread.php?tid=15842)



Trying the camera switch on my PinePhone - gilwood - 01-24-2022

Since everything tried so on my PinePhone was working and I had just completed my weekly update to Mobian I thought it might be useful to check out the dip switches and disable the front-facing camera. Clicked down switch 5, which should have disabled the front-facing camera, only. Rebooted the phone and when I brought up the camera app nothing happened except showing the background wallpaper. It appeared as if the camera app was totally disabled. The good news was that when I returned the switch to the off position and rebooted the phone the cameras both worked perfectly. This was contrary to some reports I had read which had described a total reinstall of the OS to make the return settings work. Yaaa.

Am I missing something on setting the dip switches or is there still work in progress? Any comments or assistance is always appreciated. Thanks


RE: Trying the camera switch on my PinePhone - wibble - 01-25-2022

According to the schematic the camera switches disconnect the processor gpio lines that control each camera module's power pin so the processor can't power on the camera module. I don't know if the camera app and/or drivers allow for this possibility, or try to enable a camera and get confused if it fails to respond.


RE: Trying the camera switch on my PinePhone - beta-user - 01-26-2022

(01-24-2022, 05:17 PM)gilwood Wrote: Clicked down switch 5, which should have disabled the front-facing camera, only. Rebooted the phone and when I brought up the camera app nothing happened except showing the background wallpaper. It appeared as if the camera app was totally disabled.

Run megapixels in terminal and see what it says. I think the app is just buggy. I have the front camera always disabled and sometimes megapixels will work and something it will crash on start.

But maybe this isn't megapixels's fault, because I had similar results when I tried using the camera with opencv in python. Maybe it's the drivers like @wibble said.


RE: Trying the camera switch on my PinePhone - gilwood - 01-26-2022

The good news is that with every update to Mobian something gets fixed. Hopefully, there are not many selfie lovers over those that don't want to run the risk of the camera watching them so disabling will be fixed. Thanks for the comments.


RE: Trying the camera switch on my PinePhone - jhasler - 04-02-2022

(01-26-2022, 07:25 PM)gilwood Wrote: The good news is that with every update to Mobian something gets fixed. Hopefully, there are not many selfie lovers over those that don't want to run the risk of the camera watching them so disabling will be fixed. Thanks for the comments.

Megapixels still segfaults when one of the cameras is turned off.  This seems to have been fixed upstream.


RE: Trying the camera switch on my PinePhone - jhasler - 04-02-2022

(01-26-2022, 07:25 PM)gilwood Wrote: The good news is that with every update to Mobian something gets fixed. Hopefully, there are not many selfie lovers over those that don't want to run the risk of the camera watching them so disabling will be fixed. Thanks for the comments.

Megapixels still segfaults when one of the cameras is turned off.  This seems to have been fixed upstream.