Package javaforce.media
Class Camera
java.lang.Object
javaforce.media.Camera
Web Camera API
- Author:
- pquiring Created : Aug 20, 2013
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Camera
public Camera()
-
-
Method Details
-
init
public boolean init() -
uninit
public boolean uninit() -
listDevices
-
listModes
-
start
public boolean start(int deviceIdx, int width, int height) -
stop
public boolean stop() -
getFrame
public int[] getFrame() -
getWidth
public int getWidth() -
getHeight
public int getHeight()
-