Skip to content

Commit

Permalink
Add note on hardware acceleration.
Browse files Browse the repository at this point in the history
Fixes #373.
  • Loading branch information
rkistner committed Mar 6, 2018
1 parent c1918b3 commit aec45c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -58,6 +58,16 @@ android {
```

## Hardware Acceleration

Hardware accelation is required since TextureView is used.

Make sure it is enabled in your manifest file:

```xml
<application android:hardwareAccelerated="true" ... >
```

## Usage with IntentIntegrator

Launch the intent with the default options:
Expand Down

0 comments on commit aec45c4

Please sign in to comment.