Documentation Portal      

What are you looking for?

EDepthMap16::SetBufferPtr

Sets the pointer to an externally allocated buffer.

Namespace: Euresys::Open_eVision_2_6::Easy3D

[C++]

void SetBufferPtr(
   OEV_INT32 width,
   OEV_INT32 height,
   void* imagePointer,
   OEV_INT32 bitsPerRow
)

Parameters

width

The width of the supplied buffer, in pixels.

height

The height of the supplied buffer, in pixels.

imagePointer

The pointer (aligned on 4 bytes) to the buffer, which must be large enough to hold the image.

bitsPerRow

The total number of bits contained in a row, padding included. Using the value 0 (default) means that this size is computed from the buffer width and the pixel size plus a padding with the smallest possible value that leads to a multiple of 4 bytes (32 bits), which is the minimum padding accepted by EDepthMap16::SetBufferPtr.

EDepthMap16.SetBufferPtr

Sets the pointer to an externally allocated buffer.

Namespace: Euresys.Open_eVision_2_6.Easy3D

[C#]

void SetBufferPtr(
   int width,
   int height,
   IntPtr imagePointer,
   int bitsPerRow
)

Parameters

width

The width of the supplied buffer, in pixels.

height

The height of the supplied buffer, in pixels.

imagePointer

The pointer (aligned on 4 bytes) to the buffer, which must be large enough to hold the image.

bitsPerRow

The total number of bits contained in a row, padding included. Using the value 0 (default) means that this size is computed from the buffer width and the pixel size plus a padding with the smallest possible value that leads to a multiple of 4 bytes (32 bits), which is the minimum padding accepted by EDepthMap16::SetBufferPtr.

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.6.1.1110