The Imaging Source Community

Go Back   The Imaging Source Community > Image Processing Hardware and Software > IC Imaging Control ActiveX

Attention:

IC Imaging Control ActiveX Please use this forum for IC Imaging Control ActiveX support only. If you need support for the C++ Class Library or .NET version, please use the appropriate forum.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old April 15, 2005
jcarranza jcarranza is offline
Registered User
 
Join Date: Feb 2004
Age: 33
Posts: 14
Question Is AVI and BMP capture possible in ringbuffer mode?

Hi everybody:

I´ve been working with the IC control in delphi with very amazing results, well better said the same results as your Visual Basic programs and I'm working in this moment with digital image processing. My basic question is, I have configured IC control for working with a ring buffer of size 5 I would like to know if I can have the same applications as when you have just 1 buffer, I mean,
Can I make AVI Capture or capture a BMP file?
I have tried to do this but nothing is happening when capturing AVI file and when trying to capture BMP file I get an error like 'The requested mode is already active'

I have thought that is imposible to do this so I have changed my program so in one mode I can make AVI and BMP capture and in the other mode I can make image processing. The result is that when I switch from single buffer mode to ring buffer mode there´s no problem but when I again try to return to single buffer mode I cannot make BMP Capture. When I change from single buffer to ringbuffer I do this:

IC.MemoryCurrentGrabberColorformat := ICY8;
IC.ImageRingBufferSize := 5;
IC.LiveCaptureContinuous := TRUE;
IC.LiveCaptureLastImage := FALSE;
IC.LiveDisplay := FALSE;

And when doing from ringbuffer to single buffer

IC.ImageRingBufferSize := 1;
IC.LiveCaptureContinuous := FALSE;
IC.LiveCaptureLastImage := TRUE;
IC.LiveDisplay := TRUE;

Obviously I'm not doing correct things so I need your great help.

Thanks a lot.
Reply With Quote
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save AVI and BMP at the same time Unregistered IC Imaging Control ActiveX 1 July 29, 2003 17:13:49


All times are GMT +1. The time now is 18:04:58.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© 1991 - 2010 The Imaging Source Europe GmbH