-
Updated
May 19, 2020 - Java
camera
Here are 2,008 public repositories matching this topic...
-
Updated
Aug 26, 2019 - Java
Documentation error
-
Updated
May 6, 2020 - Swift
-
Updated
Apr 17, 2020 - C
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
},
......
)
-
Updated
May 23, 2020 - Java
-
Updated
Nov 20, 2015 - Java
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.
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
-
Updated
Apr 22, 2020 - ActionScript
-
Updated
Nov 21, 2019 - Objective-C
-
Updated
Apr 28, 2020 - C++
It would be very nice if you could implement functions to check if flashlight is enabled or not, currently we can only set it to enabled or disabled.
-
Updated
Apr 30, 2020 - Swift
-
Updated
Apr 27, 2020 - C++
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}
-
Updated
Apr 30, 2020 - Swift
Improve this page
Add a description, image, and links to the camera topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the camera topic, visit your repo's landing page and select "manage topics."



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
takePictureAsyncand accessed via thebase64property does not.Possible Implementations