Posts by Jonathan Galdino • 31 points
3 posts
-
1
votes0
answers31
viewsQ: Jbutton pressing a key
Is it possible to "simulate" pressing a key from a keyboard at the click of a Jbutton within another program? I want to do this because I’m messing with old versions of Amcap .
javaasked Jonathan Galdino 31 -
1
votes1
answer218
viewsQ: Capture webcam images every 1 second using Javacv
A particular programmer is doing a project where the standard webcam takes photos every 1 second using Javacv. For now ,in this code, at the click of the capture button it captures a photo and saves…
-
1
votes1
answer770
viewsQ: Capture webcam image and save every 1 second?
I’m doing a project where the standard webcam takes photos every 1 second using opencv. In my code, at the click of the capture button you select the folder where you want and it captures a photo. I…