Industrial Cameras FAQ/What is the chunk function of ...

What is the chunk function of cameras?(No.1521)

The chunk feature is a feature to append various additional information related to each image.

Information items added by the chunk feature depends on the specification of the camera. As an example of an information item which cam be added as chunk, we can list up Exposure time, gain, GPIO value, sequence number of sequential shutter operation, etc. Refer to instruction manual of the camera to be used about the further detail.

TeliCamSDK PkgVer2.1.1.1 or later supports chunk feature.

Call GetCamChunkModeActive() and SetCamChunkModeActive() function to get/set enabled state of chunk feature. Call GetChunkModeActive() method and SetChunkModeActive() method of CameraControl class when you write a program in C# or VB.NET.

Calling GenICam function Chunk_AttachBuffer() will allow you to access chunk information associated with the image data; you can access available nodes calling GenICam functions such as Nd_GetIntValue(), Nd_GetFloatValue(), and so on.
When you write a program in c# or VB.NET, calling ChunkAttachBuffer() method of CameraStream class will allow you to access chunk information associated with image data calling GenAPIWrapper class methods.

The information acquired from a chunk depends on the specification of the camera. Refer to instruction manual of the camera to learn available nodes which are supported by the camera.

To learn how to use the feature, refer to "5.5.26 Chunk" and "5.6.10 Chunk function" in the TeliCamAPI Library Manual. Sample code is available in the section 5.6.10.1.

If you write a program in C# or VB.NET, refer to "5.5.26 Chunk method" and "5.3.1.9 ChunkAttachBuffer method" in TeliCamDNetAPI Library Manual.

back

Was this FAQ helpful?

Please let us know your opinion about the FAQ so that we will be able to improve our FAQ. (Within 800 characters)
Note: If you need a reply to your inquiry (e.g. inquiry about products), please use the inquiries form provided on Contact Us page. Please note that we cannot answer to your questions filled in below.

Please click below to change the cookie settings used on our website.