send Capture Request
fun sendCaptureRequest(bitmap: Bitmap, serverURL: String, context: Context, matchingOptions: HashMap<Any?, Any?>? = null, permissionToken: String? = "", matchID: String? = "", captureCallback: CaptureCallback)
Content copied to clipboard
Send a match request to the server.
Parameters
bitmap
The camera image to be matched.
server URL
The server URL to send the request to.
context
The context of the calling Activity or Service to use for the request.
matching Options
The matching options to be used.
permission Token
The permission token, if available.
match ID
The match ID, if available.
capture Callback
The CaptureCallback object to be notified about the match status.