-
Updated
Apr 3, 2020 - Java
camera
Here are 1,943 public repositories matching this topic...
-
Updated
Aug 26, 2019 - Java
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
CameraKit Version: 0.13.4
Android Device: not applicable
Android Version: not applicable
Steps to Reproduce
- Goto documentation page (https://camerakit.io/docs)
- Select v0.13.4 on the top left corner
Expected Behavior
Page should display
-
Updated
Apr 1, 2020 - C
-
Updated
Mar 15, 2020 - Swift
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
Nov 20, 2015 - Java
-
Updated
Apr 4, 2020 - 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.
-
Updated
Mar 19, 2020 - ActionScript
Add note to README about testing without HTTPS:
This library uses the WebRTC APIs to interact with the camera. Chrome requires a secure origin (HTTPS or localhost) when using WebRTC APIs.
If you want to avoid HTTPS for testing, you have to either use localhost domain, or close Chrome and relaunch with a special flag, e.g. on macOS open -a "Google Chrome" --args --unsafely-treat-insecure-
-
Updated
Nov 21, 2019 - Objective-C
-
Updated
Apr 3, 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
Mar 18, 2020 - Swift
-
Updated
Apr 3, 2020 - C++
-
Updated
Jan 13, 2020 - Swift
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.
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