07-22-2020, 06:18 PM
The camera setup script had a bug uncovered by the latest kernel update, should be working fine now
Camera support progress
|
07-22-2020, 06:18 PM
The camera setup script had a bug uncovered by the latest kernel update, should be working fine now
07-23-2020, 05:55 AM
where's your camera setup script? want to see if dropping it in will fix the camera in ArchARM
nevermind, I found it here: https://gitlab.com/mobian1/devices/pinep...a-setup.sh
08-10-2020, 10:39 AM
Ok, not sure if I am following this proerly.
After flashing Mobian, I get low quality images For example (image is cropped, just to show resolution): Same picture from iphone: So I tried to install apt install gnome-camera, but I got an error: Quote: E: Unable to locate package gnome-camera So, I tried: sudo apt install pinehole and I got: Quote:pinhole is already the newest version So, is now pinehole the software that comes with the nightly distribution? Is there anything else we can do to improve the image quality?
08-10-2020, 11:17 AM
(This post was last modified: 08-10-2020, 11:18 AM by fernando_c_m.)
(08-10-2020, 10:39 AM)daniel Wrote: Is there anything else we can do to improve the image quality?As stated on the first post of this thread this can be seen as a technology preview. The example photograph you took, needs desperately autofocus, which I don't think we will be seeing in the near future. Have you tried a landscape on a sunny day, or a well lit scene? Maybe you get then better results, though probably not comparable with others phones in the market.
08-10-2020, 12:56 PM
(08-10-2020, 11:17 AM)fernando_c_m Wrote: The example photograph you took, needs desperately autofocus, which I don't think we will be seeing in the near future. How long are you thinking? I never had Rasberry pi or any other single board computer. However, from what I read in this forum, these should be similar to pinephone. Does raspberry pi have a camera? are the images good? can developers just adopt the software? my questions might be naive, but I think that they cant be that different any thought?
08-10-2020, 01:17 PM
(08-10-2020, 11:17 AM)fernando_c_m Wrote:I have a weird feeling(08-10-2020, 10:39 AM)daniel Wrote: Is there anything else we can do to improve the image quality?As stated on the first post of this thread this can be seen as a technology preview. The website is clear this is a project, but It is not clear to me if pinephone is a dream or can come functional if a reasonable frame of time
08-10-2020, 01:41 PM
(This post was last modified: 08-10-2020, 01:42 PM by fernando_c_m.)
(08-10-2020, 12:56 PM)natasha Wrote:How long does it take depends on how much camera know-how is available and development hours expent on the subject.(08-10-2020, 11:17 AM)fernando_c_m Wrote: The example photograph you took, needs desperately autofocus, which I don't think we will be seeing in the near future. A camera can be connected to the raspberry pi, but the applications there are rather different from what you would expect of a phone. I hope we could have manual focus in the next few months. Implementing usable WDR or autofocus algorithms will take much longer. (08-10-2020, 01:41 PM)fernando_c_m Wrote:Thank you for your reply!(08-10-2020, 12:56 PM)natasha Wrote:How long does it take depends on how much camera know-how is available and development hours expent on the subject.(08-10-2020, 11:17 AM)fernando_c_m Wrote: The example photograph you took, needs desperately autofocus, which I don't think we will be seeing in the near future. I am sorry to insist, and I know that insisting will not make the camera suddenly work I just try to understand why it is so difficult when other similar devices already have working cameras . Any Linux computer can accept a camera and they work at the very highest resolution, autofocus, adjust light, etc I just checked and pinebook also has a camera. I don't know if works or not, but if does, should be the same? it is also an arm
08-11-2020, 12:34 AM
(08-10-2020, 02:27 PM)natasha Wrote: Thank you for your reply!First of all you need kernel support for your camera device. There are currently some features which are not supported, like autofocus and some resolutions and framerate settings if we talk of the rear camera. Then you need a user interface to handle the images that the kernel driver generates. Pinhole is at a very basic stage. It has to be developed further. Cheese has been out there for some time, mostly used for webcams. I would say it is mature enough. It needs to be modified though in order to be able to handle the camera image on the pinephone (at least the last time I tried). Things are not so easy as they may seem. : ) |