maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   camera-ui2 (now a part of CSSU) (updated 09. May) (https://talk.maemo.org/showthread.php?t=70870)

XiliX 2012-02-29 11:07

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Hi guys, I tried using the raw feature, but the dng files all seem messed up somehow. Am i doing something wrong or is this a known issue?
And another question: is there a way to improve the JPEG quality setting for the camera without having to install patches etc.? (just gconf or something like that)

Estel 2012-02-29 19:57

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
What are symptoms of Your RAW captures being "messed up"?

XiliX 2012-03-01 17:54

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
1 Attachment(s)
They look like this, in the Gimp and in Raw Image viewer...
Thanks! :)

Estel 2012-03-01 22:11

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Erm, could You also post corresponding .jpg image (it should save both .jpg and raw) for comparison? I suspect, that there should be only one tree, but...

/Estel

vi_ 2012-03-01 22:21

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by XiliX (Post 1171963)
Hi guys, I tried using the raw feature, but the dng files all seem messed up somehow. Am i doing something wrong or is this a known issue?
And another question: is there a way to improve the JPEG quality setting for the camera without having to install patches etc.? (just gconf or something like that)

You can set gstreamer to use a software jpeg encoder and set the 'compression quality' to whatever level you want. Just edit /etc/gdigicam/something.conf

FWIW bro master deluxe - freemangordon has bumped the quality setting of the DSP jpeg encoder to 100. Thus, if you have 720p recording enabled, you will get it when the next version of libgstdsp is released. (just tremember to set you gdigicam conf back!)

XiliX 2012-03-02 08:36

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
2 Attachment(s)
Hi Estel. There are multiple trees, but things that appear once on the jpeg can be found numerous times on raw.. :p

jpeg:
Attachment 25296

raw:
Attachment 25295

Thanks! :)

woody14619 2012-03-02 18:58

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
My guess would be that your X value is off when loading the raw. (Consider your raw is showing 3:4 proportions where your jpg is not. Double check you X number and that should fix it.

XiliX 2012-03-02 19:23

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
After thinking about Woodys comment, i tried taking a picture with a 4:3 resolution: The RAW images taken that way are correct, so I think Woody is right here. Still, where can i find that X value?
Thanks!

pigeond 2012-03-04 09:30

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Hi all,

I thought I'll join in the camera-ui2 thread.

I've been loving it, especially with all the keyboard shortcuts, very useful.

I got one question. I noticed the loading time (or standby time) is quite long now.

I have two N900s, one is using camera-ui2 (CSSU testing), one is plain old 21.2011.38-1. On CSSU, the time it takes from opening the camera lid to I see the camera output on the screen is about 3-4 seconds. The 21.2011.38-1 takes about 1 second, and sometimes less.

Anyone has any idea why it is slower? Or perhaps is there anyway I could debug this?

Thanks!

int_ua 2012-03-05 11:42

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by pigeond (Post 1174000)
Anyone has any idea why it is slower? Or perhaps is there anyway I could debug this?

IIRC, it's stopping the tracker, check previous posts.
You can try profiling it with these tools: http://wiki.maemo.org/Documentation/...o5#Performance

XiliX 2012-03-05 16:35

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Hey guys,
I'm still wondering about a couple of things here.
First, the RAW images look right with 4:3 resolution, but the appear to be just 640:480, which cant be right (the JPEGs are much, much bigger)

Second, I've been searching in the gdigicam.conf file, and found the values vi_ described. I wanted to change them, but i cant find a manual or anything about that. also, when changing gdigicam.conf, the standard DSPencoder wont use the jpg quality setting (seen that on the forum here), and i cant seem to find FreemanGordons version. Where can i find that?
Thanks!

woody14619 2012-03-05 20:30

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by XiliX (Post 1173247)
After thinking about Woodys comment, i tried taking a picture with a 4:3 resolution: The RAW images taken that way are correct, so I think Woody is right here. Still, where can i find that X value?
Thanks!

If you take a raw pic at full scale as jpg, it should be the same size X wise as the raw. Take a raw pic and save to jpg, look at it's details, then take another raw as raw and use that X. Should work? Raw may add a few pixels to each side as well (black framing pixels). So you may need to add a few for that as well, as most processing systems will chop those off. Smarter systems use those black areas to adjust for or detect noise levels in the raw image.

pigeond 2012-03-05 22:13

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by int_ua (Post 1174568)
IIRC, it's stopping the tracker, check previous posts.
You can try profiling it with these tools: http://wiki.maemo.org/Documentation/...o5#Performance


Thanks.

Now I see them in /usr/bin/camera-ui-set-priorty

I tried to comment them all out to see the effect. But then I notice that script isn't run when the camera lid is opened or closed. Is it not what I think it is? It seems to get run when I kill the camera-ui process.

Guess I will have to do some debugging and tracing and see that goes.

Thanks again.

freemangordon 2012-03-05 22:21

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by pigeond (Post 1174883)
Thanks.

Now I see them in /usr/bin/camera-ui-set-priorty

I tried to comment them all out to see the effect. But then I notice that script isn't run when the camera lid is opened or closed. Is it not what I think it is? It seems to get run when I kill the camera-ui process.

Guess I will have to do some debugging and tracing and see that goes.

Thanks again.

The video capture pipeline is reinitialized on every lid opening, otherwise the first captured video is 4-8 fps lower than next ones.

pigeond 2012-03-14 03:55

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by freemangordon (Post 1174889)
The video capture pipeline is reinitialized on every lid opening, otherwise the first captured video is 4-8 fps lower than next ones.

Are you saying that the old camera-ui or old N900 system was not doing that?

freemangordon 2012-03-14 07:00

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by pigeond (Post 1179167)
Are you saying that the old camera-ui or old N900 system was not doing that?

if by "old" you meant "stock" - how I am supposed to know that, stock camera-ui is closed source so I have NFC what it is doing behind the UI.

In other words - I said what I said.

EDIT:
BTW /usr/bin/camera-ui-set-priorty is run when you start/stop video recording, it pauses/resumes tracker accordingly.

guylhem 2012-03-15 22:34

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Hello

After installing kp50, the high res video options no longer work. any workaround?

Thanks
Guylhem

freemangordon 2012-03-16 07:23

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by guylhem (Post 1180037)
Hello

After installing kp50, the high res video options no longer work. any workaround?

Thanks
Guylhem

Search KP thread on how to increase your DSP voltage when SR is enabled.

And please move the discussion on the same(KP) thread.

AnasSyria 2012-03-25 22:15

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
hello guys . can anyone give me the link to download the latest version of (camera-ui)

toxaris 2012-03-26 06:16

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by AnasSyria (Post 1184042)
hello guys . can anyone give me the link to download the latest version of (camera-ui)

Its included in the latest CSSU.

AnasSyria 2012-03-26 19:32

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by toxaris (Post 1184113)
Its included in the latest CSSU.

thnx alot . Where to download latest version of cssu? :o coz I'm kinda new :o

HELLASISGREECE 2012-03-26 20:13

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by AnasSyria (Post 1184368)
thnx alot . Where to download latest version of cssu? :o coz I'm kinda new :o

Go with your N900 Here

click on "testing". the red icon

AnasSyria 2012-03-26 20:48

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by HELLASISGREECE (Post 1184394)
Go with your N900 Here

click on "testing". the red icon

thnx alot for your help
wanna ask you that is it better for me "as new user" of n900 to use stable and then move to testing one
or what?:confused::confused:

HELLASISGREECE 2012-03-26 20:58

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by AnasSyria (Post 1184409)
thnx alot for your help
wanna ask you that is it better for me "as new user" of n900 to use stable and then move to testing one
or what?:confused::confused:

I recommended "testing" because you want the cameraUI2 as well.

cameraUI2 is NOT included in the "Stable" flavor, yet.

AnasSyria 2012-03-26 21:19

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by HELLASISGREECE (Post 1184414)
I recommended "testing" because you want the cameraUI2 as well.

cameraUI2 is NOT included in the "Stable" flavor, yet.

thnx for your advice!:)

hmm . so can I understand that "testing" version is kinda safe and unlikely to brick the device nor to result in damage to the OS ???

HELLASISGREECE 2012-03-26 21:33

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Yeah, it's super safe.
Give it a go.

AnasSyria 2012-03-27 00:16

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by HELLASISGREECE (Post 1184420)
Yeah, it's super safe.
Give it a go.

thnx so much for your help. but i'm facing a problem mentioned here
http://talk.maemo.org/showthread.php...49#post1184449
need some help plz. sorry for bothering you.;)

gianko 2012-03-31 15:58

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
i have cssu stable, how can i "update" to cssu testing?

Megaltariak 2012-04-13 13:35

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
I think I noticed a small regression compared to stock camera-ui:

If you take a photo but still hold the camera button in the autofocus position, it should keep the current focus instead of resetting it, allowing you to take several macro pictures without having to refocus.

nicolai 2012-04-13 14:52

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
No, I just tested the stock camera-ui and the focus always resets
after taking a picture.

woody14619 2012-04-13 21:39

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Nicolai,
I know this request was put in a while back, but since it's still not in. :)

Would it be possible to change the app so it remembers the state for GPS enable (or so there's an option for it to remember)? Right now after any reboot it forgets that GPS tagging was requested before and the default is to not do tagging. :(

Megaltariak 2012-04-13 21:49

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by nicolai (Post 1191677)
No, I just tested the stock camera-ui and the focus always resets
after taking a picture.

Strange, I was sure of that (that's the second time I'm wrong about the original features of camera-ui :o , maybe I had a special closed camera-ui before :D )

Consider it as a feature request, if you think it would be useful.

Estel 2012-04-14 01:17

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Dirty workaround for now would be to use on-screen button for taking photo. Yet, I agree, that having possibility to do burst of photos via hardware button - without changing focus - if not 'letting go'' a half-press would be great.

I just wonder, if it's possible mechanically - after full-press, a half-press state isn't recognized exactly the same way as half-press from no-press state?

/Estel

hala56 2012-04-16 11:22

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
http://www.flickr.com/photos/25652653@N06/7083522263/

I have problem with the capture button icon. can anyone helps me please !!!
sorry i cant post picture so i post a link

RichardN900 2012-04-17 14:44

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by hala56 (Post 1192727)
http://www.flickr.com/photos/25652653@N06/7083522263/

I have problem with the capture button icon. can anyone helps me please !!!
sorry i cant post picture so i post a link

I have no problem with that button, but i am using default theme on my phone. So, maybe the icon package you are usign lacks that picture.

hala56 2012-04-17 15:04

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by RichardN900 (Post 1193298)
I have no problem with that button, but i am using default theme on my phone. So, maybe the icon package you are usign lacks that picture.

I have returned to default theme but still have that problem. Can you share that picture or give me full name of it! Thank you :)

visN900 2012-04-17 21:02

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
i have this strange problem.. when flash light is in auto mode,even though the surroundings are bright my N900 keeps flashing white light..

this is the photo taken without flash(forced off)

https://lh5.googleusercontent.com/-9...120417_016.jpg

and this is the photo taken when flash is ON

https://lh5.googleusercontent.com/-H...120417_008.jpg

as u can c from the first photo there is good light but yet still flash light triggers when i take photo..sometimes it over whitens the photo.. can anyone help me with this..???

kent_autistic 2012-04-19 02:50

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
1 Attachment(s)
not sure if this has been mentioned before but i may have found a bug.

what i have installed:
cssu camera
blessn900
camera lens launcher

camera lens launcher is set to pop up list (default camera, flashlight, and blessn900) when lens is opened.

here's how to reproduce the bug.

open camera lens, select default camera, then exit camera. while in the task switcher, open the camera again by pressing the hw camera button halway, it will open the camera. if it opens in full screen, tap on the screen to show the task switcher button. it will show 2 camera-ui windows with opens lens advise.

it might be because of camera lens launcher? actually camera-ui has been acting up lately, mainly by being slow in terms of start up.

image attached. tia!

joerg_rw 2012-04-19 17:31

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Quote:

Originally Posted by visN900 (Post 1193502)
i have this strange problem.. when flash light is in auto mode,even though the surroundings are bright my N900 keeps flashing white light..

this is the photo taken without flash(forced off)

https://lh5.googleusercontent.com/-9...120417_016.jpg

and this is the photo taken when flash is ON

https://lh5.googleusercontent.com/-H...120417_008.jpg

as u can c from the first photo there is good light but yet still flash light triggers when i take photo..sometimes it over whitens the photo.. can anyone help me with this..???

have you tried on stock maemo?
have you tried taking a second photo without in between closing camera app?
I can't reproduce the issue with an absolutely clean PR1.3, but I'm sure there's been this "always flashes on first photo taken" problem. Maybe related to fcam(?) drivers

/j

freemangordon 2012-04-19 19:55

Re: camera-ui2 (now a part of CSSU) (updated 09. May)
 
Actually it depends on the light conditions, i.e. when it is dark, camera driver (or whoever) turns the flash on, and that is used for focusing


All times are GMT. The time now is 23:22.

vBulletin® Version 3.8.8