<?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 .NET</title>
		<link>http://www.theimagingsourceforums.com/</link>
		<description>Please use this forum for IC Imaging Control .NET support only. If  you need support for the ActiveX or C++ Class Library versions, please use the appropriate forum.</description>
		<language>en</language>
		<lastBuildDate>Fri, 18 May 2012 17:53:25 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 .NET</title>
			<link>http://www.theimagingsourceforums.com/</link>
		</image>
		<item>
			<title>Selecting USB Camera at start application</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324256-Selecting-USB-Camera-at-start-application&amp;goto=newpost</link>
			<pubDate>Fri, 13 Apr 2012 13:15:48 GMT</pubDate>
			<description><![CDATA[I'm developing a VB.net application, using 2 usb cameras. I created one form with its own IcImagingControl for each camera. 
I'm able to select a camera for each IcImagingControl and display it, but when I save the select device it uses the CurrentProcessName, which is always the same for the...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm developing a VB.net application, using 2 usb cameras. I created one form with its own IcImagingControl for each camera.<br />
I'm able to select a camera for each IcImagingControl and display it, but when I save the select device it uses the CurrentProcessName, which is always the same for the application. Next time I startup the application it would try to use the last camera selected instead assigning one camera to each IcImagingcontrol.<br />
Thank you</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>roman</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324256-Selecting-USB-Camera-at-start-application</guid>
		</item>
		<item>
			<title>Accessing camera with configuration</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324253-Accessing-camera-with-configuration&amp;goto=newpost</link>
			<pubDate>Thu, 12 Apr 2012 10:32:25 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm using the camera DMK-72AUC02 with full resolution: 2592x1944. 
 
In the IC Capture 2.2 I set the video resolution to (2592x1944 + binning x4) = 648x484 
 
And my doubt is,  
 
From other environment (Matlab) I can access to all the resolutions of the device, so when I get the resolution...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I'm using the camera DMK-72AUC02 with full resolution: 2592x1944.<br />
<br />
In the IC Capture 2.2 I set the video resolution to (2592x1944 + binning x4) = 648x484<br />
<br />
And my doubt is, <br />
<br />
From other environment (Matlab) I can access to all the resolutions of the device, so when I get the resolution 648x484 all the image is displayed (no ROI) and with the 2592x1944 too. The question is, when you use binning in IC Capture, the settings are saved by default, so from Matlab when selecting 2592x1944 and all the image is displayed, is still binning? or is the real full resolution?<br />
<br />
best regards..</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>juanlu</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324253-Accessing-camera-with-configuration</guid>
		</item>
		<item>
			<title>Difficulty with Zoom and Overlay. v3.2, VB.Net DFK72AUC02</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324248-Difficulty-with-Zoom-and-Overlay-v3-2-VB-Net-DFK72AUC02&amp;goto=newpost</link>
			<pubDate>Tue, 10 Apr 2012 20:02:44 GMT</pubDate>
			<description><![CDATA[I have been having difficulty with the Zoom factor and the overlay working together well and was looking for some guidance. 
 
The portion of my application causing difficulty is simply enlarging (zooming) a live video image with a crosshair drawn when you double click on the picture.  
 
I'm...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I have been having difficulty with the Zoom factor and the overlay working together well and was looking for some guidance.<br />
<br />
The portion of my application causing difficulty is simply enlarging (zooming) a live video image with a crosshair drawn when you double click on the picture. <br />
<br />
I'm reading the clicked position value via:<br />
            _Cross(0).X1 = e.X  'Mouse coordinates to locate master curser<br />
            _Cross(0).Y1 = e.Y<br />
 This works great when you are at 100% zoom factor.  This even enlarges the overlay hairs correctly when you zoom in via:<br />
<br />
IcImagingControl1.LiveDisplayZoomFactor = sldZoom.Value / 10<br />
' set via a slider, control  named sldZoom<br />
<br />
The problem comes in when your zoomfactor is set, then you double click on the imaging control, the cross hair seems to scale for you.<br />
<br />
My logical response was to multiply the e.X and e.Y values by my zoom factor e.g. 125% = 1.25 and the response is not what I'd expected.<br />
<br />
Could you provide any guidance as to why the e.X and e.Y values would not scale correctly?  thanks,  Joe...</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>Hey You</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324248-Difficulty-with-Zoom-and-Overlay-v3-2-VB-Net-DFK72AUC02</guid>
		</item>
		<item>
			<title>Problem compiling on a different PC</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324247-Problem-compiling-on-a-different-PC&amp;goto=newpost</link>
			<pubDate>Mon, 09 Apr 2012 20:50:09 GMT</pubDate>
			<description>I am trying to compile my VS2008 C# project with ICImagingControl on a different PC. I moved all the project files and installed IC Imaging Development Tools 3.2. However when I try to compile, I consistently get an error from the form that contains IC Imaging Control. The exact error is below: 
...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I am trying to compile my VS2008 C# project with ICImagingControl on a different PC. I moved all the project files and installed IC Imaging Development Tools 3.2. However when I try to compile, I consistently get an error from the form that contains IC Imaging Control. The exact error is below:<br />
<br />
Error 1 Unable to resolve type 'TIS.Imaging.ICImagingControl, TIS.Imaging.ICImagingControl31, Version=3.1.0.576, Culture=neutral, PublicKeyToken=257805929e8b7928' C:\asl\EyeTracker\trunk\EyeTrac_EXE\Properties\lic  enses.licx 1 EyeTrac_EXE<br />
<br />
Do I need to activate a license? I could not find any reference to it. CD contains the key but I was never asked to enter it. Or it's something else?<br />
<br />
Gregory</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>Gregory</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324247-Problem-compiling-on-a-different-PC</guid>
		</item>
		<item>
			<title>Browser-based solution for reading pixel color on screen from IP camera real-time</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324243-Browser-based-solution-for-reading-pixel-color-on-screen-from-IP-camera-real-time&amp;goto=newpost</link>
			<pubDate>Thu, 05 Apr 2012 06:05:25 GMT</pubDate>
			<description><![CDATA[I need to determine when a light flashes when all that's available is a video stream of that light -- coming in from an IP camera. I am not a video engineer! I'm thinking that basically I need a pretty fast way to read the color of a pixel at location X-Y on my screen. Is this possible? Is there...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I need to determine when a light flashes when all that's available is a video stream of that light -- coming in from an IP camera. I am not a video engineer! I'm thinking that basically I need a pretty fast way to read the color of a pixel at location X-Y on my screen. Is this possible? Is there any graphics card hardware out there that already provides an API for this kind of thing?<br />
<br />
I imagine more than just javascript will be required, but there's no time for postback to the server, right? (I'm hoping to do this with PHP or C#). How can this be accomplished on the client browser?? Do I need a java application? Does anyone know of a solution here? Do I need a special graphics card? The camera is interfaced to a PC running XP Pro but other hardware could be used if necessary.<br />
<br />
Thanks very much for any assistance.<br />
<br />
roricka</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>roricka</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324243-Browser-based-solution-for-reading-pixel-color-on-screen-from-IP-camera-real-time</guid>
		</item>
		<item>
			<title>Getting picture of moving objects on conveyor band</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324231-Getting-picture-of-moving-objects-on-conveyor-band&amp;goto=newpost</link>
			<pubDate>Mon, 26 Mar 2012 21:43:36 GMT</pubDate>
			<description>dear friends, 
 
I need to get pictures of objects that move on conveyor band while they are passing by the hi-res camera.  
 
as one box moves from right to left, other will appear at the right side. 
 
of course *only one photo* of each object must be taken. (then I will process images) 
 
can I...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>dear friends,<br />
<br />
I need to get pictures of objects that move on conveyor band while they are passing by the hi-res camera. <br />
<br />
as one box moves from right to left, other will appear at the right side.<br />
<br />
of course <b>only one photo</b> of each object must be taken. (then I will process images)<br />
<br />
can I do that with your libraries ? can I try and see if this really works before investing.<br />
<br />
best regards...</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>friendofghost</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324231-Getting-picture-of-moving-objects-on-conveyor-band</guid>
		</item>
		<item>
			<title><![CDATA[ImagingControl 2.1 & Visual Studio 2010]]></title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324219-ImagingControl-2-1-amp-Visual-Studio-2010&amp;goto=newpost</link>
			<pubDate>Wed, 14 Mar 2012 12:35:29 GMT</pubDate>
			<description><![CDATA[I'm trying to run some demo programs of ImagingControl 2.1 with Visual Studio 2010 (both VB and C#) 
When opening the *.sln, the code is converted to the new VisualStudio version (without any error). 
When running the program, an error occurs, the TIS-class is not registered.  
 
Fehler beim...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm trying to run some demo programs of ImagingControl 2.1 with Visual Studio 2010 (both VB and C#)<br />
When opening the *.sln, the code is converted to the new VisualStudio version (without any error).<br />
When running the program, an error occurs, the TIS-class is not registered. <br />
<br />
<i>Fehler beim Erstellen des Formulars. Weitere Informationen finden Sie in Exception.InnerException. Fehler: Klasse nicht registriert (Ausnahme von HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).<br />
</i><br />
How can I solve that?<br />
<br />
Thanks <br />
Peter</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>Peter1000</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324219-ImagingControl-2-1-amp-Visual-Studio-2010</guid>
		</item>
		<item>
			<title>Load an image into ICImagingControl</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324218-Load-an-image-into-ICImagingControl&amp;goto=newpost</link>
			<pubDate>Wed, 14 Mar 2012 08:59:41 GMT</pubDate>
			<description><![CDATA[I am trying to load an image into the control, so that the other functions of our applications can be used offline (i.e. without a camera attached to the computer).  This is my code: 
 
 
Code: 
--------- 
            Stream st = new FileStream("temp", FileMode.Open); 
 
            int byData =...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I am trying to load an image into the control, so that the other functions of our applications can be used offline (i.e. without a camera attached to the computer).  This is my code:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Stream st = new FileStream(&quot;temp&quot;, FileMode.Open);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int byData = st.ReadByte();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int i = 0;<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while (byData != -1)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; icCamSetup.ImageActiveBuffer.SetByteData(i++, (byte)byData);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; byData = st.ReadByte();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; st.Close();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; st.Dispose();</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Now, this works fine if a camera has already sent an image to the control.  However, before that happens icCamSetup.ImageActiveBuffer is equal to 'null'.  Is there a way to generate a dummy ImageActiveBuffer without a camera attached?  Or is there a completely different way to deal with this that would work better?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>steve</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324218-Load-an-image-into-ICImagingControl</guid>
		</item>
		<item>
			<title>dfx 72buc02 and dfg/usb2-it incompatibility</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324207-dfx-72buc02-and-dfg-usb2-it-incompatibility&amp;goto=newpost</link>
			<pubDate>Tue, 06 Mar 2012 09:39:37 GMT</pubDate>
			<description><![CDATA[Hi, I'm developing an acquisition software that use at the same time one "dfx72buc02" and one "dfg/usb2-it". 
If I try to capture images from those devices connected simultaneously to usb, the DFX work correctly but the DFG transmit a blu screen, otherwise if I try to capture with only one device...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi, I'm developing an acquisition software that use at the same time one &quot;dfx72buc02&quot; and one &quot;dfg/usb2-it&quot;.<br />
If I try to capture images from those devices connected simultaneously to usb, the DFX work correctly but the DFG transmit a blu screen, otherwise if I try to capture with only one device connected to usb both works correctly.<br />
<br />
I've installed drivers and sdk from the original cd v3.2.0.5, and i'm developing on a Win XP 64 with .net 4.0.<br />
<br />
Please give me some help, because i've not idea on how to fix it.<br />
<br />
thanks a lot.<br />
<br />
bye</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>echocreative</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324207-dfx-72buc02-and-dfg-usb2-it-incompatibility</guid>
		</item>
		<item>
			<title>IC Imaging Control 3.2 and Matrox MIL 9.0</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324194-IC-Imaging-Control-3-2-and-Matrox-MIL-9-0&amp;goto=newpost</link>
			<pubDate>Tue, 28 Feb 2012 14:18:18 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I downloaded the IC "Matrox MIL Extension" from the download section and when I try to install I get a message that says "IC Matrox MIL Extension requires at least IC Imaging Control 3.0, which was not found on your computer. Install anyway?", but I have IC Imaging Control 3.2 installed,...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I downloaded the IC &quot;Matrox MIL Extension&quot; from the download section and when I try to install I get a message that says &quot;IC Matrox MIL Extension requires at least IC Imaging Control 3.0, which was not found on your computer. Install anyway?&quot;, but I have IC Imaging Control 3.2 installed, What I missed out?<br />
<br />
Can I proceed with the installation? It'll work?<br />
<br />
Regards,<br />
JPriori</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>JPriori</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324194-IC-Imaging-Control-3-2-and-Matrox-MIL-9-0</guid>
		</item>
		<item>
			<title>Slow DLL Access on some PCs</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324178-Slow-DLL-Access-on-some-PCs&amp;goto=newpost</link>
			<pubDate>Thu, 16 Feb 2012 13:27:42 GMT</pubDate>
			<description><![CDATA[I added the 'TIS.Imaging.ICImagingControl31' assembly to my C# project references.  On my laptop, whenever the program accesses any of the members of TIS.Imaging there is a long delay (~5 seconds) before it returns from a call or lets me read a field.  However, on my desktop computer there is no...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I added the 'TIS.Imaging.ICImagingControl31' assembly to my C# project references.  On my laptop, whenever the program accesses any of the members of TIS.Imaging there is a long delay (~5 seconds) before it returns from a call or lets me read a field.  However, on my desktop computer there is no such delay.  My desktop is Win7 pro, and the laptop is Win7 home premium.  Both are 64 bit.  I've removed and re-added the assembly a couple of times, and that hasn't helped.  Any ideas?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>steve</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324178-Slow-DLL-Access-on-some-PCs</guid>
		</item>
		<item>
			<title>ShowDeviceSettingsDialog Not Working</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324165-ShowDeviceSettingsDialog-Not-Working&amp;goto=newpost</link>
			<pubDate>Wed, 08 Feb 2012 17:07:29 GMT</pubDate>
			<description>I just installed the ic3.2 setup on a Win7 64-bit machine. I can compile the demo app and the Controlling DV devices solutions that come in the samples. However, I am unable to get them to attach to a device because the ShowDeviceSettingsDialog command is falling through without launching the...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I just installed the ic3.2 setup on a Win7 64-bit machine. I can compile the demo app and the Controlling DV devices solutions that come in the samples. However, I am unable to get them to attach to a device because the ShowDeviceSettingsDialog command is falling through without launching the Dialog.<br />
<br />
I have also looked at the Property Manager for the icImageControl1 control and it will not let me set the device at design time either. <br />
<br />
I am running VS2010 and working in c#<br />
<br />
Any suggestions.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>pkavan</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324165-ShowDeviceSettingsDialog-Not-Working</guid>
		</item>
		<item>
			<title>Image processing - built a second image</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324160-Image-processing-built-a-second-image&amp;goto=newpost</link>
			<pubDate>Mon, 23 Jan 2012 16:40:06 GMT</pubDate>
			<description><![CDATA[Hello, 
I'm trying to write a software to recognize some image elements, in a frame video from a DFK21BF04.H cam. 
I'm using visual basic language on visual studio 2010. 
I open the device setting and I start the live video. For each available frame i read an image with...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hello,<br />
I'm trying to write a software to recognize some image elements, in a frame video from a DFK21BF04.H cam.<br />
I'm using visual basic language on visual studio 2010.<br />
I open the device setting and I start the live video. For each available frame i read an image with IcImagingControl1.ImageActiveBuffer istruction, and then i read al pixel of the image, to find the pixel that meet my recognition parameters.<br />
The software work regularly. This is the code of the processing:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_quote_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			    Private Sub IcImagingControl1_ImageAvailable_1(ByVal sender As System.Object, ByVal e As TIS.Imaging.ICImagingControl.ImageAvailableEventAr  gs) Handles IcImagingControl1.ImageAvailable<br />
<br />
        Frame = IcImagingControl1.ImageActiveBuffer<br />
        IcImagingControl1.DisplayImageBuffer(Frame)<br />
<br />
        For y = 0 To Frame.Lines - 1<br />
            For x = 0 To Frame.PixelPerLine - 1<br />
            ...<br />
            pixel research<br />
            ...<br />
            Next<br />
        Next
			
		<hr />
	</div>
</div>
<!-- END TEMPLATE: bbcode_quote_printable -->I'd like to mark on the show image the pixel found with a color (yellow for example). I tried to use OverlayBitmap istruction on the video, but in this mode i compromise the successive frame processing. I tried to create a second IcImagingControl in my form, to put in it the same image, and doing OverlayBitmap in the second control, but it don't work... I use this code:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_quote_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			    Private Sub IcImagingControl1_ImageAvailable_1(ByVal sender As System.Object, ByVal e As TIS.Imaging.ICImagingControl.ImageAvailableEventAr  gs) Handles IcImagingControl1.ImageAvailable<br />
<br />
        Frame = IcImagingControl1.ImageActiveBuffer<br />
        IcImagingControl1.DisplayImageBuffer(Frame)<br />
        IcImagingControl2.DisplayImageBuffer(Frame)<br />
<br />
        For y = 0 To Frame.Lines - 1<br />
            For x = 0 To Frame.PixelPerLine - 1<br />
            ...<br />
            pixel research and OverlayBitmap on ICImagingControl2<br />
            ...<br />
            Next<br />
        Next
			
		<hr />
	</div>
</div>
<!-- END TEMPLATE: bbcode_quote_printable -->It show regularly the video in the both image, but don't show the overlay on the second image.<br />
<br />
I tried a second solution, working directly on the frame buffer, setting the pixel i recognize with this code:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_quote_printable -->
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			    Private Sub IcImagingControl1_ImageAvailable_1(ByVal sender As System.Object, ByVal e As TIS.Imaging.ICImagingControl.ImageAvailableEventAr  gs) Handles IcImagingControl1.ImageAvailable<br />
<br />
        Frame = IcImagingControl1.ImageActiveBuffer<br />
        Frame2 = Frame<br />
        IcImagingControl1.DisplayImageBuffer(Frame)<br />
<br />
        For y = 0 To Frame.Lines - 1<br />
            For x = 0 To Frame.PixelPerLine - 1<br />
            ...<br />
            pixel research and setting pixel on Frame2 buffer<br />
            ...<br />
            Next<br />
        Next<br />
<br />
        IcImagingControl2.DisplayImageBuffer(Frame2)
			
		<hr />
	</div>
</div>
<!-- END TEMPLATE: bbcode_quote_printable -->The software work, i find setting pixel in the second image, but in the first image i see flickering in the pixel i set in the second image, and i cannot understand why...<br />
Where is the problem?<br />
To mark some pixel, or write text on the video frame without compromise the image analysis, which is the correct way to do it?<br />
<br />
Thank you!<br />
Best regards.<br />
Droise Paolo.<br />
Sirio Systems.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>Droise</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324160-Image-processing-built-a-second-image</guid>
		</item>
		<item>
			<title>Compatibility issues with Windows Embedded Standard 7 (WES7)</title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324146-Compatibility-issues-with-Windows-Embedded-Standard-7-(WES7)&amp;goto=newpost</link>
			<pubDate>Wed, 04 Jan 2012 01:50:00 GMT</pubDate>
			<description><![CDATA[Environment information> 
Camera; DMM 72buc02-ML 
Software loaded from CD> 
Driver Date: 5/3/11; Version= 2.1.5.616  
Imaging Control V3.2 for V++ 2010 
 
All works on desktop Windows7 or Windows-XP. The intended target for development is using WES7. The Driver shows up in the Windows Device...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Environment information&gt;<br />
Camera; DMM 72buc02-ML<br />
Software loaded from CD&gt;<br />
Driver Date: 5/3/11; Version= 2.1.5.616 <br />
Imaging Control V3.2 for V++ 2010<br />
<br />
All works on desktop Windows7 or Windows-XP. The intended target for development is using WES7. The Driver shows up in the Windows Device Manager with the above driver data. When I try to run the IC capture utility it takes forever to find the device. Then when it shows up and is selected I get a weird message box warning. &quot;Error: Live mode could not be started. Please make sure no other program uses the device and there is enough bandwidth on your firewire bus available.&quot; The same hardware and CD work on a desktop. On the WES7 target, the IC Capture utility will hang and not close. Using the task manager doesn't help. I downloaded newer software from your website associated with this camera.<br />
IC Capture ver= 2.2.315.1235<br />
Driver Data. Date 11/28/11; Ver= 2.2.11.681<br />
I get same message box error, but the IC Capture utility does close when selected. I tried compiling some of the Sample code. Used &quot;Advanced Imaging Processing&quot; sample. Build was OK. When attempted to run, the select device takes a long time, then hangs. It took down VS2010.<br />
<br />
The WES7 install used was from a template build. It was the 64bit application compatible template. Should be most compatible to desktop Windows.<br />
<br />
Can anybody HELP?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>GMGZ9</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324146-Compatibility-issues-with-Windows-Embedded-Standard-7-(WES7)</guid>
		</item>
		<item>
			<title><![CDATA[can't publish x86 IC 3.2 app with VS2010 (on 64-bit PC) - dll not found]]></title>
			<link>http://www.theimagingsourceforums.com/showthread.php?324112-can-t-publish-x86-IC-3-2-app-with-VS2010-(on-64-bit-PC)-dll-not-found&amp;goto=newpost</link>
			<pubDate>Sun, 04 Dec 2011 21:02:08 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I just wrote a simple functionality testing app and I am unable to publish it and thus run on other than dev PC.  
I followed these steps - http://www.imagingcontrol.com/en_US/support/documentation/dotnet/tech_Distribute_publish.htm - but after pressing "publish now", I am getting...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
I just wrote a simple functionality testing app and I am unable to publish it and thus run on other than dev PC. <br />
I followed these steps - <a href="http://www.imagingcontrol.com/en_US/support/documentation/dotnet/tech_Distribute_publish.htm" target="_blank">http://www.imagingcontrol.com/en_US/...te_publish.htm</a> - but after pressing &quot;publish now&quot;, I am getting FileNotFound error. <br />
<br />
&quot;<br />
Error	1	Cannot publish because a project failed to build.		1	1	ICtestApp<br />
Error	2	An error occurred generating a bootstrapper: Unable to begin updating resource for bin\Release\app.publish\setup.exe with error 80070002	ICtestApp<br />
&quot;<br />
<br />
Strange is that I can build and run the app on the PC. It fails to build only when publishing.<br />
<br />
When I ran built app on another PC, the app crashed. When I started debugging in VS2010 JIT debugger, it said, the TIS_DShowLib09.dll and TIS_UDSHL09_vc<b>10</b>.dll are missing. Since the above mentioned manual says I should reference TIS_UDSHL09_vc<b>9</b>.dll in Win32 directory I changed the reference to TIS_UDSHL09_vc<b>10</b>.dll in neighbour x86 directory. But I still can't publish the app - same error<br />
<br />
The app is meant to be (and set to) x86<br />
I am using VS 2010 Pro<br />
Working on Win 7 x64<br />
<br />
Please give a clear pattern how to publish the app.<br />
Thank You</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.theimagingsourceforums.com/forumdisplay.php?6-IC-Imaging-Control-NET">IC Imaging Control .NET</category>
			<dc:creator>Smejki</dc:creator>
			<guid isPermaLink="true">http://www.theimagingsourceforums.com/showthread.php?324112-can-t-publish-x86-IC-3-2-app-with-VS2010-(on-64-bit-PC)-dll-not-found</guid>
		</item>
	</channel>
</rss>

