Skip to content

Commit

Permalink
update device list before making connections
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Oct 21, 2023
1 parent 2aa41c9 commit c3b3808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aravisApp/src/ADAravis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,9 @@ asynStatus ADAravis::connectToCamera() {
/* Tell areaDetector it is no longer acquiring */
setIntegerParam(ADAcquire, 0);

/* update device list */
arv_update_device_list();

/* make the camera object */
status = this->makeCameraObject();
if (status) return status;
Expand Down

0 comments on commit c3b3808

Please sign in to comment.