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 - natasha - 08-14-2020

(08-14-2020, 08:53 AM)PainPhone Wrote:
(08-11-2020, 01:24 PM)natasha Wrote:
(08-11-2020, 12:34 AM)fernando_c_m Wrote:
(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. : )
Thank you for taking the time to explain this.
I cannot make me an idea, because I do not know how Linux (or any OS) communicates with the hardware.

However, I can see that Linux can communicate with hardware and with any webcam.
So, you say we need two things: kernel support and a user interface.

Ok, it sounds we need people working on this. Debian and the other distros have nightly updates, but to be honest I do not see any difference between a release and the next. The camera is never touched.
Is anyone actively working on this? who?

I see here miscommunication. 

nataha, you are right. The fact that controlers have been developed for cameras in linux kernels is an invaluable source of knowledge. Probably if someone has to develope code to control PinePhone camera, these are people who developed before for other systems. In that sense, you are right.

Other comments, just want to say that the systems are different, and code cannot be recycled. That’s true too. However, I do not think they got your point. 

There is one comment that looks offensive. Should we report or just ignore it? I am new, here, so I do not want to be problematic, but constructive. However, I would suggest to that individual to reconsider his/her tone.
Thank you, thank you!
The first for the explanation!
The second for the defense. Do not worry, just ignore. #me too


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

touché


RE: Camera support progress - fishbowlkraken - 08-15-2020

I didn't intend offense, only to say that a lack of familiarity with a subject may lead to not understanding its complexities, but given the overwhelmingly negative response it garnered, I have removed the comment.


RE: Camera support progress - root - 08-16-2020

(08-15-2020, 03:37 PM)fishbowlkraken Wrote: I didn't intend offense, only to say that a lack of familiarity with a subject may lead to not understanding its complexities, but given the overwhelmingly negative response it garnered, I have removed the comment.
that is a nice attitude.


RE: Camera support progress - bcnaz - 08-16-2020

August 16th nightly release :  The camera app does not open for me,   instead it just goes to the blue background screen.

Brave Heart phone running from sd card.


RE: Camera support progress - chris_02 - 08-16-2020

(08-16-2020, 04:31 PM)bcnaz Wrote: August 16th nightly release :  The camera app does not open for me,   instead it just goes to the blue background screen.

Brave Heart phone running from sd card.

@a-wai as bcnaz today after last update pinhole is down without error


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

pinhole:3927): GLib-GObject-WARNING **: 08:22:41.659: specified class size for type 'CameraWindow' is smaller than the parent type's 'HdyApplicationWindow' class size

(pinhole:3927): GLib-GObject-WARNING **: 08:22:41.659: cannot add private field to invalid (non-instantiatable) type '<invalid>'

(pinhole:3927): GLib-CRITICAL **: 08:22:41.660: g_once_init_leave: assertion 'result != 0' failed

(pinhole:3927): GLib-GObject-CRITICAL **: 08:22:41.660: g_object_new_valist: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

(pinhole:3927): GLib-GObject-CRITICAL **: 08:22:41.660: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(pinhole:3927): Gtk-CRITICAL **: 08:22:41.660: gtk_window_present_with_time: assertion 'GTK_IS_WINDOW (window)' failed

This is the console output of pinhole at the moment


RE: Camera support progress - bcnaz - 08-17-2020

Would be nice to at least see the basic pin hole working again, still not working at all on August 17 nightly release.


RE: Camera support progress - henkdieter - 08-17-2020

just ran an apt upgrade and pinhole seems to work again


RE: Camera support progress - chris_02 - 08-17-2020

@a-wai today with last update pinhole is up!