|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.sarxos.webcam.WebcamUtils
public class WebcamUtils
| Constructor Summary | |
|---|---|
WebcamUtils()
|
|
| Method Summary | |
|---|---|
static void |
capture(Webcam webcam,
File file)
|
static void |
capture(Webcam webcam,
File file,
String format)
|
static void |
capture(Webcam webcam,
String filename)
|
static void |
capture(Webcam webcam,
String filename,
String format)
|
static ByteBuffer |
getImageByteBuffer(Webcam webcam,
String format)
|
static byte[] |
getImageBytes(Webcam webcam,
String format)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebcamUtils()
| Method Detail |
|---|
public static final void capture(Webcam webcam,
File file)
public static final void capture(Webcam webcam,
File file,
String format)
public static final void capture(Webcam webcam,
String filename)
public static final void capture(Webcam webcam,
String filename,
String format)
public static final byte[] getImageBytes(Webcam webcam,
String format)
public static final ByteBuffer getImageByteBuffer(Webcam webcam,
String format)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||