Code Monkey home page Code Monkey logo

Comments (12)

Dynamsoft-Henry avatar Dynamsoft-Henry commented on July 20, 2024 1

Hi @siyang-bunnings

We are developing a 2.x version of Capture Vision React Native and the beep sound is included in that version.

Currently, we don't have plans to update dynamsoft-capture-vision-react-native v1.x unless the library is reported to have bugs.

from capture-vision-react-native-samples.

Dynamsoft-Henry avatar Dynamsoft-Henry commented on July 20, 2024 1

@siyang-bunnings
It is hard to estimate right now because it is still under development. Might be released after a few months.

from capture-vision-react-native-samples.

Dynamsoft-Henry avatar Dynamsoft-Henry commented on July 20, 2024 1

Currently, we don't support this feature. Our group is evaluating whether and how to support it in the DCV 1 react native. I will back to you later.

Note:
This issue is not related to the camera zoom. The iOS default camera (wide-angle camera) can't focus when you close up to the target. On the new iPhones, the system camera supports switching the camera automatically. It switches to the ultra wide-angle camera which can focus on short distances (you don't need to configure additional zoom or focus settings).

from capture-vision-react-native-samples.

Dynamsoft-Henry avatar Dynamsoft-Henry commented on July 20, 2024 1

Hi @siyang-bunnings

We had a meeting internally on the new requirements. I'm sorry that the new requirements are not approved on DCV 1 react native. For now, I think you can look for some other way to trigger the beep when a barcode is decoded (I think there are open-source solutions that support beep sound).

If you are really concerned about the camera focus issue, please contact our support team via https://www.dynamsoft.com/company/customer-service/#contact. We can consider it again.

from capture-vision-react-native-samples.

Dynamsoft-Henry avatar Dynamsoft-Henry commented on July 20, 2024 1

Hi @siyang-bunnings

  1. Beep will be added to DCV 2.
  2. DCV 1 will not support ultra-wide-angle camera.

If you want to enable the beep sound currently, you can use 3 party sound-controlling libraries. For example: https://www.npmjs.com/package/react-native-sound

from capture-vision-react-native-samples.

siyang-bunnings avatar siyang-bunnings commented on July 20, 2024

Hi Henry,

Thanks for the message. Do you know the approximate release date of version 2.x?

from capture-vision-react-native-samples.

siyang-bunnings avatar siyang-bunnings commented on July 20, 2024

Hi @Dynamsoft-Henry

We received few feedbacks about adding the zoom in / zoom out function to the library. Will this feature be included in version 2.x? Or more generally, will v2.x support camera enhancer functions?

Thanks

from capture-vision-react-native-samples.

Dynamsoft-Henry avatar Dynamsoft-Henry commented on July 20, 2024

What kind of zoom in/out are you looking for?

  1. auto-zoom in/out. (This is already available https://www.dynamsoft.com/capture-vision/docs/mobile/programming/react-native/api-reference/camera-view.html#enhancedfeatures)
  2. Controlling the zoom factor

from capture-vision-react-native-samples.

siyang-bunnings avatar siyang-bunnings commented on July 20, 2024

cool, thanks. i did not realise you added this enhancedFeature in the latest version.

from capture-vision-react-native-samples.

siyang-bunnings avatar siyang-bunnings commented on July 20, 2024

Hi @Dynamsoft-Henry,

Does this library support macro camera mode on iPhone 15? I tried with different settings / configurations but I could not see the camera is switched to macro one. I have to keep a certain distance otherwise the camera can not focus such close. I also cannot zoom.

Here is the code:

          <DCVCameraView
            cameraPosition={EnumCameraPosition.CP_BACK}
            overlayVisible={false}
            enhancedFeatures={EnumEnhancedFeatures.EF_AUTO_ZOOM}
            ref={ref}
            scanRegionVisible={false}
            scanRegion={{
              regionBottom: 65,
              regionLeft: 15,
              regionRight: 85,
              regionTop: 35,
              regionMeasuredByPercentage: true,
            }}
            style={StyleSheet.absoluteFill}
          />

I may misunderstand the auto_zoom function or make something wrong on the config. Please let me know, thanks :)

camera_zoom_issue.mov

from capture-vision-react-native-samples.

siyang-bunnings avatar siyang-bunnings commented on July 20, 2024

Thanks for the reply.

So I would like to confirm:

  1. The beep sound would be added to DCV 2 react native
  2. We do not have any plan to support 'ultra wide-angle camera' in DCV 1 react native.

from capture-vision-react-native-samples.

siyang-bunnings avatar siyang-bunnings commented on July 20, 2024

Thanks so much

from capture-vision-react-native-samples.

Related Issues (13)

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.