|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#4
|
||||
|
||||
|
Re: Microsoft Lifecam HD-3000 in Java
It appears that CameraServer is (now) a Singleton class. Try this:
Code:
CameraServer camera = CameraServer.getInstance();
camera.setQuality(50);
camera.startAutomaticCapture("cam0");
Code:
CameraServer.getInstance().setQuality(50);
CameraServer.getInstance().startAutomaticCapture("cam0");
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|