You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-37Lines changed: 47 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
1
2
<imgclass="img-fluid"align="center"src="https://github.com/ExtrieveTechnologies/QuickCapture/blob/main/QuickCapture.png?raw=true"width="30%"alt="img-verification"><aalign="center"href='https://play.google.com/store/apps/details?id=com.extrieve.exScan&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'title="Click to download android app"target="_blank"rel="noopener noreferrer"><imgalign="center"width="150px"alt='Get it on Google Play'src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a><imgalign="right"class="img-fluid"padding="10px"src="https://github.com/ExtrieveTechnologies/QuickCapture/blob/main/android.png?raw=true?raw=true"alt="img-verification">
2
3
3
4
@@ -47,7 +48,7 @@ repositories {
47
48
48
49
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
Toast.makeText(this, "Failed to open camera -"+ ex.message, Toast.LENGTH_LONG).show()
284
285
}
285
286
```
286
-
## Confg
287
+
## Config
287
288
SDK included a supporting class with static configuration - which includes all configurations related to SDK.Confg contains a sub configuration collection **CaptureSupport** - contains all the Capture & review related configurations.
288
289
Config.CaptureSupport : contains various configurations as follows:
289
290
@@ -344,15 +345,23 @@ Config.CaptureSupport : contains various configurations as follows:
344
345
//Kotlin
345
346
Config!!.CaptureSupport!!.CaptureSound = true;
346
347
```
347
-
-**DeviceInfo** - Will share all general information about the device.
348
+
349
+
-**CameraToggle** - Toggle camera between front and back.
0 commit comments