setHighResFrameLimit

fun setHighResFrameLimit(@IntRange(from = 0) highResFrameLimit: Int)

Sets the maximum number of high res frames that can be active at a given moment. You should try to keep it as low as possible to avoid memory issues. Trying to capture high res frames over this limit not only won't work but might also interfere with recognition process.

Parameters

highResFrameLimit

desired high res frame limit, minimum 1