Skip to content

Commit

Permalink
Update for camera disconnection at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamvu committed Feb 23, 2022
1 parent 67c1f03 commit 818d00b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/PAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ namespace PAL
PAL::Acknowledgement GetDepth(std::vector<PAL::BoundingBox> bboxes, std::vector<float> &depths);
//Destroys all the resources related to Camera communication
void Destroy();

bool CameraStatus();
}

# endif //PAL_H

0 comments on commit 818d00b

Please sign in to comment.