Skip to content

Commit

Permalink
[desktop]: Enable subframe after roi selected
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Nov 19, 2024
1 parent 9e08d20 commit 80cfca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/src/app/camera/camera.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export class CameraComponent implements AfterContentInit, OnDestroy, Tickable {
this.request.y = event.y
this.request.width = event.width
this.request.height = event.height
this.preference.subFrame = true
})
}
})
Expand Down

0 comments on commit 80cfca1

Please sign in to comment.