The Wayback Machine - https://web.archive.org/web/20200524135942/https://github.com/topics/camera
Skip to content
#

camera

Here are 2,008 public repositories matching this topic...

react-native-camera
IanPhilips
IanPhilips commented Mar 17, 2020

Feature-Request

Describe the Feature
If I pass an object containing GPS coords or other EXIF data to the writeExif optional parameter my file includes this exif data, though the data returned from takePictureAsync and accessed via the base64 property does not.

Possible Implementations

  1. We could just note this in the RNCamera docs so people know what they're getting from th
lemberh
lemberh commented Apr 22, 2019

I would suggest adding in Kotlin configuration Wiki section about how to select the custom resolution because it wasn't clear for me.
Something like that:

CameraConfiguration(
        ........
        pictureResolution = {
            filter { it.width in 1280..1920 }.minBy { it.area } // select custom resolution from available
        },
        ......
    )

📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size.
  • Updated May 23, 2020
  • Java
cwestMobile
cwestMobile commented Sep 27, 2018

Is your feature request related to a problem? Please describe.
The project looks a bit weird if you only have .library selected for example, it negates the need for the bottom bar.

Describe the solution you'd like
Ability to hide the bottom bar, or have it hide automatically when only one item is selected

Let me know if you need more info.

ollietb
ollietb commented Sep 1, 2017

I'm getting this error on an application which is scanning multiple QR codes over long periods

Failed to read QR code. Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.

@schmich could you please recompile the script with more pointers as described [here](https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacti

react-native-qrcode-scanner
khrisnaars
khrisnaars commented Dec 11, 2019

Im use reactive time out and not work when i set the time

below is my qrcodescanner attribute,and how i can reactive it manualy i try to set state on reactive but didnt work

    onRead={this.barcodeRecognized}
    flashMode={RNCamera.Constants.FlashMode.auto}
    reactivate={true}
    showMarker={true}
    reactivateTimeout={5}
    markerStyle={Styles.marker}

Improve this page

Add a description, image, and links to the camera topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the camera topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.