![]() |
|
|
|||||||
| 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 |
|
#1
|
|||
|
|||
|
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. |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |