Git Product home page Git Product logo

Comments (3)

mrousavy avatar mrousavy commented on June 20, 2024 1
  • Video HDR is true 10-bit HDR in VisionCamera. If true 10-bit HDR is not supported, the devices will automatically use EDR (extended dynamic range), which doubles frame rate to capture more exposure. Looks like your iPhone 11 doesn't support 10-bit HDR, only EDR. Which is sometimes also just called HDR, even though it isn't.
  • Photo HDR is something the iOS APIs don't support, so I'd have to do that myself by capturing multiple photos as fast as possible (a "bracketed photo sequence"), then combining them via a custom fusion algorithm, such as the Robertson-HDR algorithm (an example implementation: schulz0r/CoreImage-HDR). Currently, I didn't have 100+ hours of free time to implement this, but if you need this feature I'll gladly implement it through my contracting agency :)
  • Supports focus; yea that's weird. Maybe Apple is doing something else that's a private API, but I'm just using their focus method, nothing I can really do if they throw an error there. Maybe create an Apple bug report.

from react-native-vision-camera.

mrousavy avatar mrousavy commented on June 20, 2024 1

You can check this out in ShadowLens - I record 10-bit video HDR if possible.

from react-native-vision-camera.

ppanwin10 avatar ppanwin10 commented on June 20, 2024

ah, just saw this issue someone already raised, it makes sense for focusing then. #2622

from react-native-vision-camera.

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.