Video Lib Settings
in
Contributed Library Questions
•
2 years ago
Hello,
I'm working on a small video project and everything is fine, excapt that the settings page of VDIG is presentet each time.
Any ideas?
Thanks so far.
I'm working on a small video project and everything is fine, excapt that the settings page of VDIG is presentet each time.
- void startCapture() {
String s = "Grabster AV 350 Capture-WDM";
myCapture = new Capture(this, 1024, 768, s, 25);
myCapture.source(Capture.COMPOSITE);
//myCapture.settings();
runs = 1;
Any ideas?
Thanks so far.
1