![]() |
Re: camera-ui2 testers needed (updated 17.03.)
At multishot: do you plan to duplicate other app features, like multishot, HDR, bracket shooting, or is it going to be just a main camera replacement?
|
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
|
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
You should. If not, then the camera is not in RAW-mode. And the raw file is presented as xxxxxxxxx.jpg.dng |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
I tried to import the RAW file into Lightroom but it was a no-go. LR says it did not recognize the RAW format. I saw that you were able to open it using RAW Therapee. I wonder if the DNG was written before or after the phone's demosaic algorithm. I know the phone processes the image (no vignette as was mentioned) but would love to save RAW editing and NR to third-party software. Any chance this might work in Lightroom one day? |
Re: camera-ui2 testers needed (updated 17.03.)
@Nicolai: respectfully, could we keep the latest version attached to the first post. At the mo' the latest is on http://talk.maemo.org/showpost.php?p...&postcount=107 and many may miss it.
regards, |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
The dng file generated by camera-ui2 is nearly identical to the jpg at default RAW development values, so I think it is heavily processed. Compare dng output between fcamera and camera-ui2. Fcamera seems to generate a "rawer" RAW, taking the presence of vignetting as evidence as well as how well rawtherapee etc can develop it. No criticism of Nicolai here, as I know he has simply utilised a "built-in". And what is "NR" written by you above? |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
Quote:
Camera-ui2 RAW does give control over demosaic and NR just like the FCAM DNG. Quote:
Quote:
|
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
|
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
I don't think I can control the shutter speed. ISO: There are two modes for the ISO level, automatic and manual. In manual mode any value can be set. The restriction to the three ISO-level values (100/200/400) is just in the UI. Nicolai |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
Of course you're right about the ISO having manual options. According to my RAW viewer and RAW Therapee though I can get to ISO 800 using Auto ISO but that is not available manual option. Would it be possible add manual options for 800 and 1600? Also, do you think it would be possible for the RAW output to be closer to the JPEG output? |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
Quote:
processing on my own. The RAW output is what the camera driver delivers and the jpeg image is what the gstreamer components made (dspjpenc for example). Nicolai |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
thanks PS: I wonder what then is the problem with the camera-ui2 dng for Lightroom? Remember that the fcamera devs had a problem with their dng at first and needed to tweak it.... Hmm, I wonder.. PPS: (off-topic) Darktable is another but new RAW developer http://darktable.sourceforge.net/about.shtml PPPS: rawviewer on the n900 it seems, uses the embedded jpg. |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
I was under the same impression about RAW Viewer. |
Re: camera-ui2 testers needed (updated 17.03.)
Just a note.
This is a "feature" of the stock camera ui, but the fact that it's missing from this clone is a plus for me. The stock UI pauses the mediaplayer when it's started and resumes it when it's closed. Stringing the binaries shows that they both talk to the policy daemon through libplayback. I'm not sure if you want to implement this, but I like the idea of being able to record videos with the N900 while playing music. |
Re: camera-ui2 testers needed (updated 17.03.)
I also despise having audio pause when I'm taking a PICTURE. There no rhyme or reason for this from an experience point of view. Same issue with tying up PA on phone calls.
S60/Symbian handsets can play audio concurrently with an ongoing voice call and both parties hear them. Why on EARTH is this gimped on Maemo? |
Re: camera-ui2 testers needed (updated 14.03)
Quote:
According to freedesktop.org .desktop specs the version tag is a) optional, but b) has to tell the version of the .desktop file syntax, which is always 1.0 for now. compare wiki about .desktop files /j |
Re: camera-ui2 testers needed (updated 17.03.)
Maybe the audio pausing 'feature' was to reduce disk IO and CPU usage whilst recording video. I imagine trying to process a FLAC file or similar high bitrate stream would have a somewhat adverse reaction on video performance. If you try to add 720p it may be worth enabling for specific modes.
I noted a few pages back a post relating to the "recorded from device" tag. They mentioned how it is generated from concat device-id, random string and hashing (somewhat more detailed than what I put here). Haven't heard anything from you Nicolai on this. Does it solve the issue? |
Re: camera-ui2 testers needed (updated 17.03.)
Hi,
Not sure what type of bugs I'm supposed to report. In RAW mode and (no pictures to review) mode the app freezes after taking a photo (the display is back) and returns a) if you switch to another app and then switch back b) close and open the lens cover. Also in RAW mode there are instances when it says its using ISO 800 and I think its actually higher. I try to use the same exposure for Camera-UI2 as FCAM and FCAM would be at ISO 1600/ 3200 and Camera-UI2 says its at ISO 800. Is there a way to display the shutter speed? I know it was already mentioned that shutter speed was impossible to set but if there is a way to show it so I can see it that would be great. In the DNG the shutter speed is not displaying properly. |
Re: camera-ui2 testers needed (updated 17.03.)
Hi geohsia,
thank you for reporting this. Quote:
So I am happy for any help. Quote:
the preview image as the embedded preview for the raw file :-) The app may get confused when preview mode is disabled and the preview image arrives from the camera api. Quote:
some are missing and some are wrong (I hardcoded 800 as ISO-level for all raw files) Quote:
capture parameter like iso and shutter speed are there, but not directly accessible from my application. I searched the last days to find a way to capture these parameters. The more technical explanation: The camera api is based on gstreamer. There are multiple gstreamer elements involved. A camera source (gstv4l2camsrc) reads the camera capture parameter and send this data as gstevent. This events go through the gstpipeline get caught by the metdatamux which converts them to exiftag data for the filesink. Until yesterday I couldn't find a way to catch this data. I searched for a way to monitor or listen for this gstevents. But it seems to be a uncommen requirement. Finally I found this method gst_pad_add_event_probe() which is exactly what I need. Nicolai |
Re: camera-ui2 testers needed (updated 17.03.)
Hi Nicolai,
is there any chance to increase the GPS accuracy in the EXIF header? see https://bugs.maemo.org/show_bug.cgi?id=11934 and https://bugs.maemo.org/show_bug.cgi?id=6584 Thanks that I don't have to confirm that no Internet connection is available in your version! https://bugs.maemo.org/show_bug.cgi?id=9918 (difference of GPS data and location name) MikeCC |
Re: camera-ui2 testers needed (updated 17.03.)
just a thought
wouldn't it be nice if you added a "switch windows" button to the top left, made "options" its own button and then did away with the "tap to show titlebar" thing? its really annoying and the tap-screen could then be assigned to something else |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
It is a gstreamer component (metadatamux) which truncates the seconds when converting the gsttag to an exif tag gst-plugins-bad0.10-0.10.14-git265/ext/metadata/metadataexif.c: Code:
/* SS - seconds */ the community SSU. regards Nicolai |
Re: camera-ui2 testers needed (updated 17.03.)
by the way, you should prevent the screen from locking while the video camera is running :)
|
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
this fully, as you may want to see the titlebar with the clock and the statusbar in some situations. Quote:
Nicolai |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
I always wanted to take pictures by tapping the screen, sometimes the camera isn't in the best position to depress the button. Like when using your left hand. Or taking right-hand pics in portrait, the button is really low and takes force, makes me worried I'll drop it. Even better, long hold switches between a) non-full screen, with status display and menu bars and controls and customizing stuff (as it is now) b) a full mode, that has no touchable areas for comfortable imaging - all the screen takes pic or starts recording. Screen could be either camera image only or the controls could be non-clickable - drawn only. Parenthesis added for clarity :) |
Re: camera-ui2 testers needed (updated 17.03.)
Is there a Pause functionality while recording video in this camera?
|
Re: camera-ui2 testers needed
Quote:
So it is probably possible to control the focus, to some extent. |
Re: camera-ui2 testers needed (updated 17.03.)
Yes, as joerg_rw noted here
It is possible, the same way as LiveFocus works. It is already implemented (I should update the first page:-) ) |
Re: camera-ui2 testers needed (updated 17.03.)
Quote:
PS. I forgot the on-screen pause icon (doh!). Topmost of 2 that appear mid-left when filming begins. |
Re: camera-ui2 testers needed (updated 23.03.)
Update! (see first post)
- add remaining image count label. - add exif/dng tag in dng file for iso speed and exposure time - fixed bug in dng tag (maybe this was the reason why lighthouse refused to load the raw files) nicolai |
Re: camera-ui2 testers needed (updated 23.03.)
Quote:
Camera-UI2 can't seem to go higher than ISO 800. Strangely FCAM RAW files have less noise. The noise at around ISO 3000 (FCAM) is easier to manage than ISO 800 (Camera-UI2). It is difficult to really compare side by side unless I am able to set options manually ISO (> 400) and shutter speed. I will try to profile the Camera-UI2 output and see if that makes a difference. The OOTC JPEGS still seems to be the best. I wonder if it does some dark frame subtraction. |
Re: camera-ui2 testers needed (updated 23.03.)
by the way, there's a keyboard shortcut for automatic video, but I can't seem to find one for automatic camera
|
Re: camera-ui2 testers needed (updated 23.03.)
There is none. Just p/l/m/n for portrait, landscape, macro and night.
|
Re: camera-ui2 testers needed (updated 23.03.)
oh
it would be nice if you added one for automatic camera |
Re: camera-ui2 testers needed (updated 23.03.)
3 Attachment(s)
I've uploaded 3 files at iSO 800 , 1/15 sec so you can see FCam vs Camera-UI2 output. These are 100% crops. It's rather interesting because the exposures are fairly similar but the white balance is completely different. The Camera-UI2 output is noisier but the white balance is perhaps more accurate.
The first is the JPEG output for reference, the second is the Camera-UI2 and the third is FCAM |
Re: camera-ui2 testers needed (updated 23.03.)
The camera-ui2 output looks sharper.
|
Re: camera-ui2 testers needed (updated 23.03.)
Quote:
|
Re: camera-ui2 testers needed (updated 23.03.)
Quote:
Talking of focus: that tap selectable focus circle option in fcamera is a really nice utility. The focus box in camera-ui(2) is quite large and can struggle to lock correctly. For example, focussing across a table with a few objects can be tricky. Nicolai's new focus distance display goes a long way in helping assess where is the focus, particularly at short range. Thanks for that. |
Re: camera-ui2 testers needed (updated 23.03.)
Quote:
I ran both photos through RAW Therappee it seems like RAW Therapee works better with FCam DNGs and Lightroom a bit better with Camera-UI2 DNGs. RAW Therappee is the best in terms of noise reduction. |
Re: camera-ui2 testers needed (updated 23.03.)
Quote:
I uploaded a new version (see first post). You can use the keyboard control (key "i") to cycle through the Automatic/100/200/400/800/1600 ISO setting. Nicolai |
All times are GMT. The time now is 15:30. |
vBulletin® Version 3.8.8