PINE64
Camera support progress - 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: Camera support progress (/showthread.php?tid=10578)

Pages: 1 2 3 4 5 6 7 8


RE: Camera support progress - a-wai - 07-22-2020

The camera setup script had a bug uncovered by the latest kernel update, should be working fine now Smile


RE: Camera support progress - chris_02 - 07-23-2020

(07-22-2020, 06:18 PM)a-wai Wrote: The camera setup script had a bug uncovered by the latest kernel update, should be working fine now Smile

Yes, @a-wai today pinhole is up!


RE: Camera support progress - hiimtye - 08-01-2020

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/pinephone-tweaks/-/blob/master/tweaks/pinephone-camera-setup.sh


RE: Camera support progress - daniel - 08-10-2020

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):

[Image: Croppen-PP.png]

Same picture from iphone:
[Image: IMG-4197.jpg]

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?


RE: Camera support progress - fernando_c_m - 08-10-2020

(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.


RE: Camera support progress - natasha - 08-10-2020

(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?


RE: Camera support progress - PainPhone - 08-10-2020

(08-10-2020, 11:17 AM)fernando_c_m Wrote:
(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.
I have a weird feeling
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


RE: Camera support progress - fernando_c_m - 08-10-2020

(08-10-2020, 12:56 PM)natasha Wrote:
(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?
How long does it take depends on how much camera know-how is available and development hours expent on the subject.

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.


RE: Camera support progress - natasha - 08-10-2020

(08-10-2020, 01:41 PM)fernando_c_m Wrote:
(08-10-2020, 12:56 PM)natasha Wrote:
(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?
How long does it take depends on how much camera know-how is available and development hours expent on the subject.

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.
Thank you for your reply!
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


RE: Camera support progress - fernando_c_m - 08-11-2020

(08-10-2020, 02:27 PM)natasha Wrote: Thank you for your reply!
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
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. : )