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