| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
FlyCapture2_C.fc2AVIAppend(FlyCapture2_C.fc2AVIContext AVIContext,
FlyCapture2_C.fc2Image pImage)
Append an image to the AVI file.
|
static int |
FlyCapture2_C.fc2AVIClose(FlyCapture2_C.fc2AVIContext AVIContext)
Close the AVI file.
|
static int |
FlyCapture2_C.fc2AVIOpen(FlyCapture2_C.fc2AVIContext AVIContext,
BytePointer pFileName,
FlyCapture2_C.fc2AVIOption pOption)
Open an AVI file in preparation for writing Images to disk.
|
static int |
FlyCapture2_C.fc2AVIOpen(FlyCapture2_C.fc2AVIContext AVIContext,
String pFileName,
FlyCapture2_C.fc2AVIOption pOption) |
static int |
FlyCapture2_C.fc2CreateAVI(FlyCapture2_C.fc2AVIContext pAVIContext)
Create a AVI context.
|
static int |
FlyCapture2_C.fc2DestroyAVI(FlyCapture2_C.fc2AVIContext AVIContext)
Destroy a AVI context.
|
static int |
FlyCapture2_C.fc2H264Open(FlyCapture2_C.fc2AVIContext AVIContext,
BytePointer pFileName,
FlyCapture2_C.fc2H264Option pOption)
Open an H.264 file in preparation for writing Images to disk.
|
static int |
FlyCapture2_C.fc2H264Open(FlyCapture2_C.fc2AVIContext AVIContext,
String pFileName,
FlyCapture2_C.fc2H264Option pOption) |
static int |
FlyCapture2_C.fc2MJPGOpen(FlyCapture2_C.fc2AVIContext AVIContext,
BytePointer pFileName,
FlyCapture2_C.fc2MJPGOption pOption)
Open an MJPEG file in preparation for writing Images to disk.
|
static int |
FlyCapture2_C.fc2MJPGOpen(FlyCapture2_C.fc2AVIContext AVIContext,
String pFileName,
FlyCapture2_C.fc2MJPGOption pOption) |
Copyright © 2015. All Rights Reserved.