File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/src/main/java/pl/rmakowiecki/smartalarmcore/peripheral/camera Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import android.hardware.camera2.*
6
6
import android.media.ImageReader
7
7
import android.media.ImageReader.OnImageAvailableListener
8
8
import android.os.Handler
9
- import android.os.HandlerThread
10
9
import io.reactivex.Observable
11
10
import io.reactivex.subjects.PublishSubject
12
11
import pl.rmakowiecki.smartalarmcore.extensions.logD
@@ -17,7 +16,6 @@ import java.util.*
17
16
18
17
class CameraPeriphery (private var context : Context ? ) : CameraPeripheryContract {
19
18
20
- private var backgroundThread: HandlerThread ? = null
21
19
private var backgroundHandler: Handler ? = null
22
20
private var cameraDevice: CameraDevice ? = null
23
21
private var cameraCaptureSession: CameraCaptureSession ? = null
You can’t perform that action at this time.
0 commit comments