0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 12:02:17 +02:00

Fix initializing preprocessor for device tests

This commit is contained in:
Markus Fisch 2020-06-07 16:19:08 +02:00
parent a161e8fc0f
commit a9b5771d57

View File

@ -34,7 +34,8 @@ class PreprocessorTest {
val preprocessor = Preprocessor( val preprocessor = Preprocessor(
InstrumentationRegistry.getTargetContext(), InstrumentationRegistry.getTargetContext(),
frameWidth.toInt(), frameWidth.toInt(),
frameHeight.toInt() frameHeight.toInt(),
null
) )
val outWidth: Int val outWidth: Int
val outHeight: Int val outHeight: Int