Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hexbabe committed Nov 13, 2024
1 parent 9ee736d commit e855f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/camera/videosource/webcam.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func init() {
}

// getProperties is a helper func for webcam discovery that returns the Media properties of a specific driver.
// It is NOT serving the camera Properties proto API.
// It is NOT related to the GetProperties camera proto API.
func getProperties(d driver.Driver) (_ []prop.Media, err error) {
// Need to open driver to get properties
if d.Status() == driver.StateClosed {
Expand Down

0 comments on commit e855f33

Please sign in to comment.