Unregistered
April 28, 2004, 03:13:54
I have set up a ring of images with
m_pGrabber->setActiveMemBufferCollection(m_pGrabber->newMemBufferCollection(256));
I use getCollectionPosition to identify the starting position ringStartPos for 160 image beffers I intend to fill. I fill those 160 images buffers ringStartPos to ringStartPos+159. I now want to save only those 160 images. How to do it?
Thanks
m_pGrabber->setActiveMemBufferCollection(m_pGrabber->newMemBufferCollection(256));
I use getCollectionPosition to identify the starting position ringStartPos for 160 image beffers I intend to fill. I fill those 160 images buffers ringStartPos to ringStartPos+159. I now want to save only those 160 images. How to do it?
Thanks