bytedeco/javacv

Take picture button on UVC camera

Open

#1,845 opened on Jul 23, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I am using a usb video camera with a button and I would like to take a picture when the user clicks the button. I have asked the camera manufacture about it and they said it is part of the UVC protocol. The button works out of the box using AMCap software, but I can't find much information online about it. How do I detect the button click using JavaCV?

Contributor guide