Showing 1 - 10 of about 26 results for "BufferSize" - 1.19 sec.

1. Iterating Through A Captured Image Sequence / .NET (C#/VB) Samples for ...
Introduction. The last two seconds leading up to an unknown event should be ... In this case, the image ring buffer size must be subtracted from the calculated ...
www.imagingcontrol.com/library/dotnet/section/image-aquisition/example/iterat...
2. FrameType / IC Imaging Control .NET
and buffer size of the image format ofImageBufferobjects. Information Namespace:TIS.Imaging. ... bits needed to store one pixel in this frame type. BufferSize ...
www.imagingcontrol.com/support/documentation/dotnet/FrameType.htm
3. FrameType / IC Imaging Control ActiveX
and buffer size of the image format ofImageBufferobjects. ... Returns the number of bits needed to store one pixel in this frame type. BufferSize ...
www.imagingcontrol.com/support/documentation/activex/FrameType.htm
4. IFrame.CopyFrom Method / IC Imaging Control .NET
IFrame.CopyFrom Method. Copies the image data from a specifiedIFrameto ... FrameType.BufferSize has to be greater than or equal to Src.FrameType.BufferSize. ...
www.imagingcontrol.com/support/documentation/dotnet/meth_descIFrame_CopyFrom....
5. FrameTypeInfo / IC Imaging Control C++ Class Library
FrameTypeInfo. This structure contains all information to describe the layout ... Description. buffersize. Returns the number of bytes required for one frame. dim ...
www.imagingcontrol.com/support/documentation/class/FrameTypeInfo.htm
6. Using Memory Buffer Collections / IC Imaging Control C++ Class Library
Using Memory Buffer Collections. This example demonstrates how to create a ... FrameTypeInfo::buffersize contains the number of bytes for one image. ...
www.imagingcontrol.com/support/documentation/class/MemBufferColl.htm
7. Writing a Frame Filter: Binarization / IC Imaging Control C++ Class Library
Writing a Frame Filter: Binarization. This example demonstrates how to create ... memcpy( pOut, pIn, src.getFrameType().buffersize ); } return true; ...
www.imagingcontrol.com/support/documentation/class/Binarization.htm
8. Displaying Buffers on the ImageAvailable Event / IC Imaging Control .NET
Displaying Buffers on the ImageAvailable Event. This chapter shows how to control the display of image buffers ... suitable ring buffer size should be based ...
www.imagingcontrol.com/support/documentation/dotnet/DisplayBuffer.htm
9. Writing a Frame Filter: Binarization / IC Imaging Control .NET
Writing a Frame Filter: Binarization. This example demonstrates how to create ... int bufferSize = src.FrameType.BufferSize; while( bufferSize-- > 0 ) { if( *pIn ...
www.imagingcontrol.com/support/documentation/dotnet/Binarization.htm
10. Performing Advanced Image Processing / IC Imaging Control ActiveX
Performing Advanced Image Processing. This chapter illustrates how to perform sophisticated image processing. The source ... with a ring buffer size of 5 and ...
www.imagingcontrol.com/support/documentation/activex/AdvancedImageProcessing....
123