| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.Image |
FlyCapture2.Image.position(long position) |
FlyCapture2.Image |
FlyCapture2.Image.put(FlyCapture2.Image image)
Assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.Error |
FlyCapture2.FlyCapture2Video.Append(FlyCapture2.Image pImage)
Append an image to the AVI/MP4 file.
|
void |
FlyCapture2.ImageEventCallback.call(FlyCapture2.Image pImage,
Pointer pCallbackData) |
FlyCapture2.Error |
FlyCapture2.Image.Convert(FlyCapture2.Image pDestImage)
Converts the current image buffer to the specified output format and
stores the result in the specified image.
|
FlyCapture2.Error |
FlyCapture2.Image.Convert(int format,
FlyCapture2.Image pDestImage)
Converts the current image buffer to the specified output format and
stores the result in the specified image.
|
FlyCapture2.Error |
FlyCapture2.Image.DeepCopy(FlyCapture2.Image pImage)
Perform a deep copy of the Image.
|
FlyCapture2.Image |
FlyCapture2.Image.put(FlyCapture2.Image image)
Assignment operator.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.RetrieveBuffer(FlyCapture2.Image pImage)
Retrieves the the next image object containing the next image.
|
FlyCapture2.Error |
FlyCapture2.Camera.RetrieveBuffer(FlyCapture2.Image pImage) |
FlyCapture2.Error |
FlyCapture2.GigECamera.RetrieveBuffer(FlyCapture2.Image pImage) |
FlyCapture2.Error |
FlyCapture2.CameraBase.WaitForBufferEvent(FlyCapture2.Image pImage,
int eventNumber)
Retrieves the next image event containing the next part of the image.
|
FlyCapture2.Error |
FlyCapture2.Camera.WaitForBufferEvent(FlyCapture2.Image pImage,
int eventNumber) |
FlyCapture2.Error |
FlyCapture2.GigECamera.WaitForBufferEvent(FlyCapture2.Image pImage,
int eventNumber) |
| Constructor and Description |
|---|
Image(FlyCapture2.Image image)
Copy constructor.
|
Copyright © 2019. All rights reserved.