|
Bartosz Firyn (SarXos) | |||||||||
| 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)
Capture image as BYteBuffer. |
static byte[] |
getImageBytes(Webcam webcam,
String format)
|
static ResourceBundle |
loadRB(Class<?> clazz,
Locale locale)
Get resource bundle for specific class. |
| Methods inherited from class java.lang.Object |
|---|
equals, 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)
webcam - the webcam from which image should be obtainedformat - the file format
public static final ResourceBundle loadRB(Class<?> clazz,
Locale locale)
clazz - the class for which resource bundle should be found
|
Bartosz Firyn (SarXos) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||