Skip to content

Commit

Permalink
[fix] MultiCameraActivity onConnectDev error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangdg committed Aug 30, 2022
1 parent 60d34c3 commit ae5d289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ abstract class MultiCameraActivity: BaseActivity() {
ctrlBlock ?: return
mCameraMap[device.deviceId]?.apply {
setUsbControlBlock(ctrlBlock)
onCameraDisConnected(this)
onCameraConnected(this)
}
}

Expand Down

0 comments on commit ae5d289

Please sign in to comment.