This website is being translated through machine translation by a third-party service. Basler does not warrant the accuracy, reliability or timeliness of any information translated by this system and will not accept liability for loss or damage incurred as a result. Content that has not yet been translated appears in English. Switch to English version
AttachBuffer(const void * pBuffer, int64_t BufferLength, GenApi::AttachStatistics_t * pAttachStatistics =NULL) Pass in a buffer and let the chunk parser analyze it.
virtual void
DetachBuffer() Detaches a buffer from the chunk parser. The buffer will no longer accessed by the chunk parser.
virtual void
UpdateBuffer(const void * pBaseAddress) Pass in a buffer and let the chunk parser update the camera object's parameters.
This method can be used when the layout of the chunk data hasn't changed since a previous buffer has been attached to the chunk parser. In this case UpdateBuffer is slightly faster than AttachBuffer, because the buffer's layout is reused. If you call UpdateBuffer without having called AttachBuffer first, a LogicalErrorException is raised.