Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
files
/
ImageCapture
Image
Capture
class
ImageCapture
(
parentDirectory
:
File
,
captureInterval
:
Int
)
Members
Constructors
Image
Capture
Link copied to clipboard
constructor
(
parentDirectory
:
File
,
captureInterval
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
capture
Link copied to clipboard
suspend
fun
capture
(
yuvData
:
YuvData
)
:
File
?
cleanup
Link copied to clipboard
fun
cleanup
(
context
:
Context
,
keepRecentCount
:
Int
=
DockwareConstants.Scanner.MAX_SCAN_FILES_SAVED_LOCALLY
)
get
Captured
Images
Link copied to clipboard
fun
getCapturedImages
(
)
:
List
<
File
>
reset
Link copied to clipboard
fun
reset
(
)
set
Orientation
Link copied to clipboard
fun
setOrientation
(
orientation
:
Int
)
should
Capture
Link copied to clipboard
fun
shouldCapture
(
)
:
Boolean
update
Parent
Directory
Link copied to clipboard
fun
updateParentDirectory
(
file
:
File
)