Skip to content

Commit

Permalink
[desktop]: Update Camera Capture request on camera update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Jul 6, 2024
1 parent 164b8de commit 7df0ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/src/app/sequencer/sequencer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export class SequencerComponent implements AfterContentInit, OnDestroy, Pingable
if (camera) {
ngZone.run(() => {
Object.assign(camera, event.device)
this.updateEntriesFromCamera(this.camera)
})
}
})
Expand Down

0 comments on commit 7df0ef1

Please sign in to comment.