Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Memory

Accessible

Camera.Memory.CopyImageMem

Syntax

uEye.Memory.CopyImageMem(System.IntPtr ptrSrc, int s32Id, System.IntPtr ptrDst)

Description

Copies the contents of the image memory described by ptrSrc and s32Id to the memory area to whose starting address ptrDst points.

hint_info

The allocated memory must be large enough to accommodate the entire image in its current format (bits per pixel).

Parameter

ptrSrc

Pointer to the image memory

s32Id

ID of this image memory

ptrDst

Pointer to the destination memory to copy the image to.