Skip to content

Commit

Permalink
chore: Update Camera README
Browse files Browse the repository at this point in the history
  • Loading branch information
smellouk committed Apr 4, 2023
1 parent 8507bb2 commit f863ac2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sdk.camera/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ On top of the optimization, the SDK Offers:
## ⚠️ Requirements

* Min sdk: 21
* You need to handle the camera permission on your end. If you don't then you will just a black screen.
* You need to handle the camera permission on your end. If you don't then you will just see a black screen.
* Activity of Fragment needs to be `LifecycleOwner`. The Camera SDK relies on Jetpack CameraX which is relying
on `LifecycleOwner` implementation

Expand Down Expand Up @@ -192,10 +192,6 @@ override fun onDestroy() {

Yes, you can just need to add this names to your app and the desired values!

### Can I use two capture mode at the same time ?

No, you can't. The camera support only 1 capture mode at the same time.

```
colors.xml
<resources>
Expand Down Expand Up @@ -232,6 +228,10 @@ strings.xml
</resources>
```

### Can I use two capture mode at the same time ?

No, you can't. The camera support only 1 capture mode at the same time.

## 📜 License

Copyright 2023 nyris GmbH
Expand Down

0 comments on commit f863ac2

Please sign in to comment.