Main Page | Features | Central Services | csv-Files | Types | Transfer | Access | API-C | API-.NET | API-Java | Examples | Downloads
page generated on 18.05.2024 - 04:45
Data Fields
DIMAGE Struct Reference

Defines a TINE image data object containing an image source header, an image frame header and the image frame itself. More...

#include <tinetype.h>

Data Fields

BYTE * frameBuffer
 
UINT32 frameBufferSize
 
TImageFrameHeader frameHeader
 
TImageSourceHeader sourceHeader
 

Detailed Description

Defines a TINE image data object containing an image source header, an image frame header and the image frame itself.

Note
format CF_AIMAGE is used to send/receive arrays of images, in which case the dArrayLength field of DTYPE gives the number of images. If CF_IMAGE is used, the dArrayLength field gives the size (in bytes) of the image frame to be sent or received. Either CF_AIMAGE or CF_IMAGE can be used in structures.

Field Documentation

◆ frameBuffer

BYTE* DIMAGE::frameBuffer

frameBuffer is a reference to the frame buffer holding the current image. With CF_IMAGE (non-adjustable) this is a fixed reference to a frame buffer. With CF_AIMAGE (adjustable) this is a volatile reference to the current image frame.

◆ frameBufferSize

UINT32 DIMAGE::frameBufferSize

frameBufferSize is the size in bytes of the frame buffer With CF_IMAGE (non-adjustable) this value is an assigned fixed value giving the maximum frame size. With CF_AIMAGE (adjustable) this value will be updated with each frame, gving the size of the current image.

◆ frameHeader

TImageFrameHeader DIMAGE::frameHeader

frameHeader is the TImageFrameHeader giving all of the image frame characteristics

◆ sourceHeader

TImageSourceHeader DIMAGE::sourceHeader

is the TImageSourceHeader defining the image source and camera parameters


The documentation for this struct was generated from the following file:

Impressum   |   Imprint   |   Datenschutzerklaerung   |   Data Privacy Policy   |   Declaration of Accessibility   |   Erklaerung zur Barrierefreiheit
Generated for TINE API by  doxygen 1.5.8