MityDSP Documentation Index
Public Attributes
MityDSP::tcDspCameraLink::tsFrameDataNotify Struct Reference

This structure is the mailbox message structure passed up by the FrameCapture logic to calling applications. More...

#include <DspCameraLink.h>

List of all members.

Public Attributes

void * mpStart
 pointer to first frame in buffer
unsigned int mnNumFrames
 number of frames captured
unsigned int mnTotalFrames
 total frames captured since start
int mnRemainingFrames
 total frames to go (-1 if continuous)
unsigned short mnFrameRows
 number of rows
unsigned short mnFrameCols
 number of cols
unsigned int mnFrameSize
 size in bytes of each Frame
void * mpUserData
 user data pointer

Detailed Description

This structure is the mailbox message structure passed up by the FrameCapture logic to calling applications.

The size of this structure should be used when creating the mailbox message queue passed into CaptureFrames


Member Data Documentation

void* MityDSP::tcDspCameraLink::tsFrameDataNotify::mpStart

pointer to first frame in buffer

unsigned int MityDSP::tcDspCameraLink::tsFrameDataNotify::mnNumFrames

number of frames captured

unsigned int MityDSP::tcDspCameraLink::tsFrameDataNotify::mnTotalFrames

total frames captured since start

int MityDSP::tcDspCameraLink::tsFrameDataNotify::mnRemainingFrames

total frames to go (-1 if continuous)

unsigned short MityDSP::tcDspCameraLink::tsFrameDataNotify::mnFrameRows

number of rows

unsigned short MityDSP::tcDspCameraLink::tsFrameDataNotify::mnFrameCols

number of cols

unsigned int MityDSP::tcDspCameraLink::tsFrameDataNotify::mnFrameSize

size in bytes of each Frame

void* MityDSP::tcDspCameraLink::tsFrameDataNotify::mpUserData

user data pointer


  
Generated on Mon Apr 22 2013 11:33:03 for MityDSP Core by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.