|
void ConvertGevImageToX11Format |
(int w, int h, int gev_depth, int gev_format, |
|
|
Description |
||
|
Creates an X11 display window. |
||
|
Parameters |
||
|
w |
Window width, in pixels |
|
|
h |
Window height, in pixels |
|
|
depth |
Gev image pixel depth, in bits |
|
|
gev_format |
Gev image format. Possible values are: fmtBayerBG10Packed fmtBayerGB10Packed fmtBayerGR10Packed fmt |
|
|
*gev_input_data |
Pointer to gev image data |
|
|
x11_depth |
X11 image pixel depth, in bits |
|
|
x11_format |
X11 image format |
|
|
*x11_output_data |
Pointer to memory location for X11 output image |
|
|
Return Value |
||
|
int |
Returns
non-zero value on success. |
|
Related Topics