<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>The Imaging Source Community - IC Imaging Control C++ Class Library</title>
		<link>http://www.theimagingsourceforums.com/</link>
		<description>Please use this forum for IC Imaging Control C++  Class Library support only. If  you need support for the ActiveX or .NET version, please use the appropriate forum.</description>
		<language>en</language>
		<lastBuildDate>Fri, 18 May 2012 17:35:40 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.theimagingsourceforums.com/images/misc/rss.png</url>
			<title>The Imaging Source Community - IC Imaging Control C++ Class Library</title>
			<link>http://www.theimagingsourceforums.com/</link>
		</image>
		<item>
			<title>Using Multiple Instances on Graphedit</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324279-Using-Multiple-Instances-on-Graphedit&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 13:53:29 GMT</pubDate>
			<description><![CDATA[Hello 
I am working on a project that it's aim is to display the stereo stream which source is a remote streaming server with two DFK 31BF03 Firewire cameras. We are using RTSP for communication. 
 
For the first phase of the project,I have implemented the system that client can get an image pair...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello<br />
I am working on a project that it's aim is to display the stereo stream which source is a remote streaming server with two DFK 31BF03 Firewire cameras. We are using RTSP for communication.<br />
<br />
For the first phase of the project,I have implemented the system that client can get an image pair and display it in stereo mode.On this system,for the server,I have written a C++ application with Imaging Source SDK.In the application,as a summary,I created two grabber objects at the same time , by taking bandwidth issues into account.That phase is implemented and in a working state.<br />
<br />
In the second part, I am trying to improve the system that streaming server will stream real time video.For that purpose,I am using Graphedit to build the graph that gets the frames,encodes them and send them over RTP.<br />
However,in graphedit, I cannot connect two camera filters at the same time. If one device is connected,graphedit does not allow to connect the second device to any filter. <br />
<br />
Is there a way that I can change some parameters maybe in registry and use them both in application?<br />
<br />
Attached image contains the graph that I am using.</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<li>
	<img class="inlineimg" src="http://www.theimagingsourceforums.com/images/attach/png.gif" alt="File Type: png" />
	<a href="http://www.theimagingsourceforums.com/attachment.php?attachmentid=1492&amp;d=1336571516" target="_blank">untitled.PNG</a> 
(12.5 KB)
</li>
<!-- END TEMPLATE: postbit_attachment -->
			</ul>
			</fieldset>
	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>mahoaga</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324279-Using-Multiple-Instances-on-Graphedit</guid>
		</item>
		<item>
			<title>Capture Image Sequence</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324267-Capture-Image-Sequence&amp;goto=newpost</link>
			<pubDate>Mon, 23 Apr 2012 15:37:52 GMT</pubDate>
			<description>I am working on an application where I want to just capture an image sequence as opposed to movie file, but still at 30fps frame rate.  I would ideally like uncompressed images and have them named something like img_1, img_2, img_3, etc.  I was just wondering if there was an easy way to do this?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I am working on an application where I want to just capture an image sequence as opposed to movie file, but still at 30fps frame rate.  I would ideally like uncompressed images and have them named something like img_1, img_2, img_3, etc.  I was just wondering if there was an easy way to do this?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>trekman</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324267-Capture-Image-Sequence</guid>
		</item>
		<item>
			<title>Missing TIS_UDSHL08_vc8_x64.dll from the c++ class library installation</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324254-Missing-TIS_UDSHL08_vc8_x64-dll-from-the-c-class-library-installation&amp;goto=newpost</link>
			<pubDate>Thu, 12 Apr 2012 15:03:56 GMT</pubDate>
			<description><![CDATA[Hi, 
 
We're using IC Imaging Control c++ class library with Visual Studio 2005 for development of a software product. 
We decided to migrate our software from 32bit OS to 64bit OS, because of some data requirements( we need more space for keeping data ). 
But it seems there is either no support...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
We're using IC Imaging Control c++ class library with Visual Studio 2005 for development of a software product.<br />
We decided to migrate our software from 32bit OS to 64bit OS, because of some data requirements( we need more space for keeping data ).<br />
But it seems there is either no support for x64 bit platform on VS 2005, or the installation is not complete( missing that dll ).<br />
Because the linking of the SDK is controlled via some macros in the headers, when switching to x64 platform in VS 2005, and trying to build, the linker complains that dll is missing.<br />
So, looking at installation folders of the class library, I found that for win32 there are the following dlls:<br />
-TIS_UDSHL08_vc8.dll<br />
-TIS_DShowLib08.dll<br />
But for x64 there is only TIS_DShowLib08_x64.dll. The TIS_UDSHL08_vc8_x64.dll is missing.<br />
There is one for Visual Studio 2008 ( TIS_UDSHL08_vc9_x64.dll ), but this means that we should use VS 2008.<br />
I searched trough forums for such a problem, but couldn't find a similar problem. The installation that we use is from the disks we received with the cameras( IC Imaging Control 3.1 ). 3.1.0.542 is the version of the dlls inside the SDK folders.<br />
<br />
Even googling for the name of that particular dll gave almost no results - it is only listed in some docs related to help of the SDK, which states that for x64 platform, that dll should be used.<br />
<br />
Best Regards,<br />
Alex</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>alex.krastev</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324254-Missing-TIS_UDSHL08_vc8_x64-dll-from-the-c-class-library-installation</guid>
		</item>
		<item>
			<title><![CDATA[Image Capture 'hangs' when JNI executed a few times]]></title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324223-Image-Capture-hangs-when-JNI-executed-a-few-times&amp;goto=newpost</link>
			<pubDate>Mon, 19 Mar 2012 02:11:00 GMT</pubDate>
			<description>Good Day, 
     I have a simple Java JNI code running a C++ native code method to generate a BMP image from snapping a live image from a DFK72BUC02 camera. The code works perfectly but when ran a few times (e.g. 4 - 5) always hangs up (i.e. need to close command window to escape). This seems to be...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Good Day,<br />
     I have a simple Java JNI code running a C++ native code method to generate a BMP image from snapping a live image from a DFK72BUC02 camera. The code works perfectly but when ran a few times (e.g. 4 - 5) always hangs up (i.e. need to close command window to escape). This seems to be a memory leak problem but Windows Task Mgr, Performance Monitor and Java tools do not indicate a leakage. Also I have  tried various ways to prevent leakage in C++ code with no change. My environment is: camera connected by USB to Intel 32 PC with Windows XP SP3. I have also installed Processor State Idle Manager. Below is code:<br />
JNICature.java<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">public class JNICapture<br />
{<br />
&nbsp; public native int capture();<br />
&nbsp; static<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; System.loadLibrary(&quot;JNICapture&quot;);<br />
&nbsp; &nbsp; }<br />
&nbsp; public static void main(String[] args)<br />
&nbsp;  {<br />
&nbsp; &nbsp;  JNICapture sample = new JNICapture();<br />
&nbsp; &nbsp;  //boolean open = sample.initialise();<br />
&nbsp; &nbsp; &nbsp; &nbsp;  int response = sample.capture();<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
}</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->JNICapture.cpp<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">// Basic capture image in JNI <br />
// <br />
<br />
#include &lt;tisudshl.h&gt;<br />
#include &quot;JNICapture.h&quot;<br />
<br />
using namespace _DSHOWLIB_NAMESPACE;<br />
<br />
JNIEXPORT jint JNICALL Java_JNICapture_capture&nbsp; &nbsp; &nbsp; &nbsp; <br />
(JNIEnv *env, jobject obj) {<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Grabber&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; *pGrabber;<br />
&nbsp; &nbsp; &nbsp; &nbsp; tFrameHandlerSinkPtr&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pSink;<br />
&nbsp; &nbsp; &nbsp; &nbsp; MemBufferCollection::tMemBufferPtr&nbsp; &nbsp; &nbsp; &nbsp; pBuffer;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; pGrabber = new DShowLib::Grabber();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; assert(pGrabber);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; if( !DShowLib::InitLibrary( &quot;.............&quot; ) )<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf(&quot;The library could not be initialized &quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf(&quot;(invalid license key?).\n&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; exit( 1 );<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; pGrabber-&gt;showDevicePage();<br />
&nbsp; &nbsp; &nbsp; &nbsp; pSink = FrameHandlerSink::create(1);<br />
&nbsp; &nbsp; &nbsp; &nbsp; pGrabber-&gt;setSinkType(pSink);<br />
&nbsp; &nbsp; &nbsp; &nbsp; pGrabber-&gt;startLive(false);<br />
&nbsp; &nbsp; &nbsp; &nbsp; pSink-&gt;snapImages(1);<br />
&nbsp; &nbsp; &nbsp; &nbsp; pBuffer = pSink-&gt;getLastAcqMemBuffer();<br />
&nbsp; &nbsp; &nbsp; &nbsp; pGrabber-&gt;stopLive();<br />
&nbsp; &nbsp; &nbsp; &nbsp; pGrabber-&gt;closeDev();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pBuffer-&gt;save( &quot;RGB8.bmp&quot; );<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; pSink&nbsp;  = NULL;<br />
&nbsp; &nbsp; &nbsp; &nbsp; pBuffer = NULL;<br />
&nbsp; &nbsp; &nbsp; &nbsp; delete pGrabber;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; atexit(DShowLib::ExitLibrary);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; return 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
void main(){}</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Could you provide some direction on how to reslove this issue?<br />
Many Thanks<br />
Mark</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>Cotters</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324223-Image-Capture-hangs-when-JNI-executed-a-few-times</guid>
		</item>
		<item>
			<title>IC Capture and OpenCV on Windows 7 64 bit</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324206-IC-Capture-and-OpenCV-on-Windows-7-64-bit&amp;goto=newpost</link>
			<pubDate>Mon, 05 Mar 2012 15:59:48 GMT</pubDate>
			<description>I experience a strange issue under Windows 7 64 bit. In particular both IC capture and my own software based on OpenCV have some kind of problem during acquisition. The issue is depicted into the attached figure.Attachment 1453...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I experience a strange issue under Windows 7 64 bit. In particular both IC capture and my own software based on OpenCV have some kind of problem during acquisition. The issue is depicted into the attached figure.<a href="http://www.theimagingsourceforums.com/attachment.php?attachmentid=1453&amp;d=1330962977"  title="Name:  error.jpg
Views: 51
Size:  108.0 KB">error.jpg</a>. As you can see with ICCapture I experience a slow acquisition rate (1 FPS) and strange pictures. With OpenCV I've got a normal acquisition rate but the problem with strange pictures still exists. It very annoying especially because if I acquire using my standard webcam software (ArcSoft WebCam companion) I've got no problem at all. My camera model is DFK-41AF02 which is connected to my laptop using an ExpressCard. Can you realize what's the problem?<br />
<br />
Also, is it possible to use a resolution different from 1280x960 in order to acquire from two cameras?</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<li>
	<img class="inlineimg" src="http://www.theimagingsourceforums.com/images/attach/jpg.gif" alt="File Type: jpg" />
	<a href="http://www.theimagingsourceforums.com/attachment.php?attachmentid=1453&amp;d=1330962977" target="_blank">error.jpg</a> 
(108.0 KB)
</li>
<!-- END TEMPLATE: postbit_attachment -->
			</ul>
			</fieldset>
	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>LeoStorm85</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324206-IC-Capture-and-OpenCV-on-Windows-7-64-bit</guid>
		</item>
		<item>
			<title><![CDATA['Broken AVI' with IC Imaging Control 3.2 - according to VLC]]></title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324184-Broken-AVI-with-IC-Imaging-Control-3-2-according-to-VLC&amp;goto=newpost</link>
			<pubDate>Sun, 19 Feb 2012 09:40:28 GMT</pubDate>
			<description><![CDATA[Just started on this 2 days ago, so very little experience of the class library so far. Developing with VS 2003 in c++. 
 
Managed to write an AVI file OK, but - when trying to play it in VLC, VLC says 'broken file, will not seek, repair?". Does play it OK, however.  Windows media player also plays...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Just started on this 2 days ago, so very little experience of the class library so far. Developing with VS 2003 in c++.<br />
<br />
Managed to write an AVI file OK, but - when trying to play it in VLC, VLC says 'broken file, will not seek, repair?&quot;. Does play it OK, however.  Windows media player also plays it but doesn't say anything. The VLC messages seem to indicate it is something to do with the AVI index.<br />
<br />
Doesn't seem to depend on the codec - same issue in each case, but usually experimenting with DV video encoder or Xvid MPEG4.<br />
<br />
However, when I write a file using the provided IC capture app - same codec, no problem.<br />
<br />
Not sure what I'm doing wrong, using the sample code really:<br />
<br />
To start it:<br />
<span style="font-family: Courier New"><br />
tMediaStreamSinkPtr pMediaSink = <br />
  MediaStreamSink::create(MediaStreamContainer::crea  te(MSC_AviContainer), pCodecs-&gt;at(CurrentCodec));<br />
<br />
pMediaSink-&gt;setFilename((LPCTSTR)Path);<br />
pMediaSink-&gt;setSinkMode(GrabberSinkType::ePAUSE);<br />
m_cGrabber.setSinkType(pMediaSink);<br />
m_cGrabber.startLive(true);<br />
pMediaSink-&gt;setSinkMode(GrabberSinkType::eRUN);<br />
</span><br />
<br />
and to stop it:<br />
<span style="font-family: Courier New"><br />
m_cGrabber.stopLive();<br />
</span><br />
<br />
I don't seem to have any control over the actual file writing apart from providing the name and path, so cannot see what I'm doing wrong. What does IC Capture do that I don't?<br />
<br />
Second question: is there any way of 'forcing' the AVI file to have a specific frame rate set, regardless of what the actual capture rate of the frames was?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>nmw01223</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324184-Broken-AVI-with-IC-Imaging-Control-3-2-according-to-VLC</guid>
		</item>
		<item>
			<title>IC Imaging Control and DirectShow</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324181-IC-Imaging-Control-and-DirectShow&amp;goto=newpost</link>
			<pubDate>Fri, 17 Feb 2012 19:34:14 GMT</pubDate>
			<description>I need to record video using ImagingSource frame grabber and audio from external microphone. I know that IC Imaging Control does not support sound recording, but instead I can build a DirectShow graph using frame grabber as my video source (it does show up as DirectShow capture filter).  That works...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I need to record video using ImagingSource frame grabber and audio from external microphone. I know that IC Imaging Control does not support sound recording, but instead I can build a DirectShow graph using frame grabber as my video source (it does show up as DirectShow capture filter).  That works and records video with sound. Unfortunately from DirectShow I have no control over video properties. For example, it comes black and white. Also, I cannot chose video source (which card, which input on the card). All these controls are available from the Grabber object but this object appears to be incompatible with my DirectShow graph. Even an attempt to create it causes a crash. I suppose the Grabber builds a DirectShow graph internally and therefore doesn't allow another one for the same source.<br />
<br />
Is there a way to control frame grabber properties from DirectShow environment without instantiating a Grabber object? If not, can you suggest another way of adding the sound?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>Gregory</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324181-IC-Imaging-Control-and-DirectShow</guid>
		</item>
		<item>
			<title>Quick capturing frames</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324168-Quick-capturing-frames&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 13:05:20 GMT</pubDate>
			<description>Hello! I have a 22BUC03 Camera. Trying to understand the C++ library code. 
 
I need to get to my internal memory the captured frame. All I found in examples writes the frames to hwnd or to avi file. I need the full 76 fps video stream. 
 
something like: 
 
while(1) 
{ 
QuicklyGetFrame();...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello! I have a 22BUC03 Camera. Trying to understand the C++ library code.<br />
<br />
I need to get to my internal memory the captured frame. All I found in examples writes the frames to hwnd or to avi file. I need the full 76 fps video stream.<br />
<br />
something like:<br />
<br />
while(1)<br />
{<br />
QuicklyGetFrame();<br />
ProcessFrame();<br />
}<br />
<br />
How Can I realize the QuicklyGetFrame function? I tried something like:<br />
<br />
MemBufferCollection::tMemBufferPtr	getSingleFrame( Grabber&amp; gr, tColorformatEnum type )<br />
{<br />
	smart_ptr&lt;FrameHandlerSink&gt; pHandlerSink = FrameHandlerSink::create(type, 1);<br />
	pHandlerSink-&gt;setSnapMode(true);<br />
<br />
	gr.setSinkType(pHandlerSink);<br />
<br />
	gr.startLive(false);<br />
	//Sleep(250); // give the device time to adjust automatic settings i.e. auto exposure<br />
	pHandlerSink-&gt;snapImages(1, 2000);<br />
	gr.stopLive();<br />
<br />
	// get pointer to the image data<br />
	return pHandlerSink-&gt;getLastAcqMemBuffer();<br />
}<br />
<br />
even without Sleep(250); the capturing is slow, something like 3 fps. What should I do?<br />
<br />
Thanks in advance.<br />
<br />
P.S. the examples that show video stream to window work perfectly.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>aspsnake</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324168-Quick-capturing-frames</guid>
		</item>
		<item>
			<title>Installation folder for IC imaging Control</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324164-Installation-folder-for-IC-imaging-Control&amp;goto=newpost</link>
			<pubDate>Tue, 07 Feb 2012 08:53:30 GMT</pubDate>
			<description>Hello to all 
I use the imaging control version 3.0 now i would like to upgrade and use the version 3.2 but when i install the software it is not possible to select the installation path, it will install by itself in c:\Programm Files\The imaging Source\ ..... 
Is there any possibility to change...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello to all<br />
I use the imaging control version 3.0 now i would like to upgrade and use the version 3.2 but when i install the software it is not possible to select the installation path, it will install by itself in c:\Programm Files\The imaging Source\ .....<br />
Is there any possibility to change this installation path ??</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>franz</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324164-Installation-folder-for-IC-imaging-Control</guid>
		</item>
		<item>
			<title>Starting camera without init dialog</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324151-Starting-camera-without-init-dialog&amp;goto=newpost</link>
			<pubDate>Mon, 09 Jan 2012 08:01:22 GMT</pubDate>
			<description><![CDATA[Hi, 
 
For my capture application (FireCapture) I'm trying to intialize TIS-cameras without dialog. I want to start the cam always in Y800 and with highest framerate/image size. 
The following code seems to work for my DMK41 under XP using the older DCAM driver (v4.1.1.1) but some users report...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
For my capture application (FireCapture) I'm trying to intialize TIS-cameras without dialog. I want to start the cam always in Y800 and with highest framerate/image size.<br />
The following code seems to work for my DMK41 under XP using the older DCAM driver (v4.1.1.1) but some users report errors when they try this on Win7. <br />
<br />
bool initCamWithoutDialog() {<br />
	Grabber::tVidCapDevListPtr pVidCapDevList = grabber-&gt;getAvailableVideoCaptureDevices();<br />
	if (!grabber-&gt;openDev( (*pVidCapDevList)[0])) {<br />
		return false;<br />
	}<br />
	std::string camName = grabber-&gt;getDev().getName();<br />
	size_t found;<br />
	found = camName.find(&quot;21&quot;);<br />
	if (found!=std::string::npos) {<br />
		if (grabber-&gt;setVideoFormat( &quot;Y800 (640x480)&quot; )) {<br />
			return grabber-&gt;setFPS( 60.0 );<br />
		}<br />
	}<br />
	found = camName.find(&quot;31&quot;);<br />
	if (found!=std::string::npos) {<br />
		if (grabber-&gt;setVideoFormat( &quot;Y800 (1024x768)&quot; )) {<br />
			return grabber-&gt;setFPS( 30.0 );<br />
		}<br />
	}<br />
	found = camName.find(&quot;41&quot;);<br />
	if (found!=std::string::npos) {<br />
		if (grabber-&gt;setVideoFormat( &quot;Y800 (1280x960)&quot; )) {<br />
			return grabber-&gt;setFPS( 15.0 );<br />
		}<br />
	}<br />
	return false;<br />
}<br />
<br />
Is there something missing in the above code or what I'm doing wrong ?<br />
<br />
Thanks for helping,<br />
Torsten</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>TorstenEdelmann</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324151-Starting-camera-without-init-dialog</guid>
		</item>
		<item>
			<title>IC Imaging Control 3.1 + MinGw</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324149-IC-Imaging-Control-3-1-MinGw&amp;goto=newpost</link>
			<pubDate>Thu, 05 Jan 2012 08:12:33 GMT</pubDate>
			<description>Dear Sir, 
 
I wish you a happy new year. 
I am developping application using QT4.7.4 + QTcreator + Mingw 4.4 
I am already used your IC Imaging Control 3.1 with visual C++ 8 but now I would like to use my code using the QT environnement. 
Is it possible to use the same dll or could you provide me...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Dear Sir,<br />
<br />
I wish you a happy new year.<br />
I am developping application using QT4.7.4 + QTcreator + Mingw 4.4<br />
I am already used your IC Imaging Control 3.1 with visual C++ 8 but now I would like to use my code using the QT environnement.<br />
Is it possible to use the same dll or could you provide me the dll for Mingw<br />
<br />
Best regards,<br />
<br />
VPM</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>vestaproman</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324149-IC-Imaging-Control-3-1-MinGw</guid>
		</item>
		<item>
			<title>how to set exposure value programmatically</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324121-how-to-set-exposure-value-programmatically&amp;goto=newpost</link>
			<pubDate>Tue, 13 Dec 2011 12:35:23 GMT</pubDate>
			<description>I am trying to change the exposure value programmatically by using the setProperty() function. In my image sourcing camera i am getting the exposure value like as 1/1000, 1/500 and so on. But in setProperty() function the argument that need to pass is an type of long. please tell me if there is any...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><font color="#FF0000">  I am trying to change the exposure value programmatically by using the setProperty() function. In my image sourcing camera i am getting the exposure value like as 1/1000, 1/500 and so on. But in setProperty() function the argument that need to pass is an type of long. please tell me if there is any other function is available to process it.</font><br />
<br />
Thanks in Advance<br />
Dinesh Kumar</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>Dinesh kumar</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324121-how-to-set-exposure-value-programmatically</guid>
		</item>
		<item>
			<title>set exposure programmatically makes an issue</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324120-set-exposure-programmatically-makes-an-issue&amp;goto=newpost</link>
			<pubDate>Tue, 13 Dec 2011 11:41:23 GMT</pubDate>
			<description>*    I am working in image processing i have tried to set the exposure value in my program by using the setProperty() function. i have to pass the double value in the second argument but there is no possibility to send double instead of long. Is there any other function to over-come it. 
* 
Thanks...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div><b>   <font color="#A52A2A"> I am working in image processing i have tried to set the exposure value in my program by using the setProperty() function. i have to pass the double value in the second argument but there is no possibility to send double instead of long. Is there any other function to over-come it.</font><br />
</b><br />
Thanks in Advance<br />
Dinesh Kumar</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>Dinesh kumar</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324120-set-exposure-programmatically-makes-an-issue</guid>
		</item>
		<item>
			<title>How to get accurate time stamps for each frame?</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324116-How-to-get-accurate-time-stamps-for-each-frame&amp;goto=newpost</link>
			<pubDate>Thu, 08 Dec 2011 01:31:29 GMT</pubDate>
			<description>We are using the DFG/USB-lt converter with a 30 Hz camera and reading in the frames using the v3.2 Imaging Control software in C++. We would like to know the timing of each frame as it arrives to a fair degree of accuracy (at least 1 ms say). I am able to measure the time as each frames arrives in...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>We are using the DFG/USB-lt converter with a 30 Hz camera and reading in the frames using the v3.2 Imaging Control software in C++. We would like to know the timing of each frame as it arrives to a fair degree of accuracy (at least 1 ms say). I am able to measure the time as each frames arrives in the frameReady() event handler using the Windows high performance time counter.  However, there appears to be significant variability in the differences between frame times - typically the differences hover around 33 ms as one might expect but occasionally we get some that are about about 45 ms, some even longer. I know Windows is most likely to blame for this as it is not a real-time OS. We have done our best to remove other background processes that might cause things to be interrupted or delayed but I am wondering whether you have a hardware based time stamp that we can access that would be unaffected by such delays. I looked at the structure you mentioned in another thread:<br />
<br />
typedef struct<br />
{<br />
REFERENCE_TIME SampleStart;<br />
REFERENCE_TIME SampleEnd;<br />
DWORD FrameNumber;<br />
tFrameDesc FrameType; // Type of the frame<br />
} tsMediaSampleDesc;<br />
<br />
I was hoping that the SampleStart would be the kind of thing that we are looking for. However, these times stamps seem to be afflicted with almost the same amount of jitter as the time stamps I am generating.  Do you have anything that stamps the time of the frame data as it comes in?<br />
<br />
Thanks</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>Julianz</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324116-How-to-get-accurate-time-stamps-for-each-frame</guid>
		</item>
		<item>
			<title>Application unable to start in 32bit OS</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324106-Application-unable-to-start-in-32bit-OS&amp;goto=newpost</link>
			<pubDate>Thu, 01 Dec 2011 17:05:15 GMT</pubDate>
			<description>Hi, 
I am developing software that utilizes the camera software to capture image data. The application is being developed in VS 2005 and is built for win32 platforms and uses the win32 dlls for the camera libraries. The project will build fine and run with the ability to use the camera on my...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
I am developing software that utilizes the camera software to capture image data. The application is being developed in VS 2005 and is built for win32 platforms and uses the win32 dlls for the camera libraries. The project will build fine and run with the ability to use the camera on my Windows 7 Professional 64-bit system, but when it is installed on a 32-bit system, with the TIS_UDSHL09_vc8 and TIS_DShowLib dlls included, and I try to click on the .exe I receive the following error:<br />
<br />
&quot;The application was unable to start correctly (0xc0150002). Click OK to close the application&quot;<br />
<br />
If I go and comment out any use of DShowLib::Grabber and DShowLib::FrameHandlerSink::tFHSPtr, and remove the #include tisudshl.h, then rebuild the solution for win32 it will run on 32-bit.<br />
I was hoping you may have an idea as to what the problem may be? (I am using IC Imaging version 3.2)</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?8-IC-Imaging-Control-C-Class-Library">IC Imaging Control C++ Class Library</category>
			<dc:creator>Amorabito</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324106-Application-unable-to-start-in-32bit-OS</guid>
		</item>
	</channel>
</rss>

