Git Product home page Git Product logo

Comments (10)

obs1dium avatar obs1dium commented on May 23, 2024

Do any of the Sony apps save uncompressed RAWs?

from focusbracket.

tommiehansen avatar tommiehansen commented on May 23, 2024

Yes, ie:
https://www.playmemoriescameraapps.com/portal/usbdetail.php?eid=IS9104-NPIA09014_00-000003

Quote:

[α7 II, RX1R II] Shooting and saving in uncompressed RAW is now supported.
[α7R II, α7S II] Silent Shooting and Shooting and saving in uncompressed RAW are now supported.

I have no idea why the apps just doesn't respect the user setting(s) though. One would think that if the user sets A the value A should be what's used.

from focusbracket.

obs1dium avatar obs1dium commented on May 23, 2024

Interesting. One would have to look into how that app does it..

from focusbracket.

tommiehansen avatar tommiehansen commented on May 23, 2024

A problem could be that uncompressed RAW isn't supported in burst modes?
In any continous mode(s) the cameras that does support uncompressed RAW usually goes back to the 11+7 bit RAW's (compressed/lossy RAW's).

Checking the code i see this:
m_camera.burstableTakePicture();

#176 @ https://github.com/obs1dium/FocusBracket/blob/master/app/src/main/java/com/obsidium/focusbracket/FocusActivity.java

Or is the 'burstableTakePicture()' a custom function?

from focusbracket.

obs1dium avatar obs1dium commented on May 23, 2024

That's just (as far as I can tell) the way one takes pictures with the framework. The app explicitly sets the drive mode to single shooting.
What about the Smart Remote app? Does that save uncompressed RAWs as well?

from focusbracket.

tommiehansen avatar tommiehansen commented on May 23, 2024

The smart remote uses another system i think. The last time i checked i think i saw something about takePicture() or similar. Isn't there a list with available functions anywhere?

The other refence from the PMCA demo overrides shutter down action:

@Override
    protected boolean onShutterKeyDown() {
        camera.getNormalCamera().takePicture(null, null, null);
        return true;
    }

Line 65: https://github.com/ma1co/PMCADemo/blob/9fb55bc11c432bf8f6e518dcebe7c82a5ec42e35/app/src/main/java/com/github/ma1co/pmcademo/app/CameraActivity.java

What would be the difference between burstableTakePicture() and takePicture() ? Does the former return a current index that in a simpler manor can then be used to check it against an array or...?

from focusbracket.

obs1dium avatar obs1dium commented on May 23, 2024

takePicture() is part of the Android SDK, whereas burstableTakePicture() is part of Sony's API. Smart Remote uses the latter IIRC.
You could try both Smart Remote and PMCADemo and check if they produce uncompressed RAWs. I can't test that myself.

from focusbracket.

tommiehansen avatar tommiehansen commented on May 23, 2024

Could not get the PMCADemo to take any pictures at all. Sony smartremote just saved JPG's and i've forget where one fixes that (i never use that app). Tried your 'BetterManual' app, some thing there.

from focusbracket.

obs1dium avatar obs1dium commented on May 23, 2024

The BetterManual app uses a third method that Sony calls 'direct shutter' - I couldn't get burst modes to work otherwise.
You should be able to enable RAW shooting in the Smart Remote app by pressing the camera's menu button once you're connected to it.

from focusbracket.

tommiehansen avatar tommiehansen commented on May 23, 2024

Can't test now since I'm abroad, but if takePicture() is part of Android shouldn't that function also have higher compatibility with more settings etc? The current app has some problems with some lenses and I'm basically thinking that those could be solved.

Anything 'burst' in the current fw for the A7x series basically forces the camera into certain modes and that might be what is happening?

from focusbracket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.