<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Dev CPP webcam ansprechen ?]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich habe mein altes DEV CPP wiedergefunden und für Hobby-Programmierer<br />
(wie mich) ist das ein toller kostenloser Complierer <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>naja ... nun möchte ich damit eine Webcam ansprechen und ein Bild gezeigt bekommen</p>
<p>Wo finde ich ein gutes Tutorial und ist es auch DEV-CPP tauglich ?<br />
Wenn nicht dann nehme ich auch wohl Code::Blocks</p>
<p>bitte auf keinenfall VC++ ! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /> &quot;zu umständlich&quot;</p>
<p>wäre für jede Antwort dankbar :xmas1:</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/228700/dev-cpp-webcam-ansprechen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 13:11:58 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/228700.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Dec 2008 20:41:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dev CPP webcam ansprechen ? on Mon, 01 Dec 2008 20:41:42 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich habe mein altes DEV CPP wiedergefunden und für Hobby-Programmierer<br />
(wie mich) ist das ein toller kostenloser Complierer <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>naja ... nun möchte ich damit eine Webcam ansprechen und ein Bild gezeigt bekommen</p>
<p>Wo finde ich ein gutes Tutorial und ist es auch DEV-CPP tauglich ?<br />
Wenn nicht dann nehme ich auch wohl Code::Blocks</p>
<p>bitte auf keinenfall VC++ ! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /> &quot;zu umständlich&quot;</p>
<p>wäre für jede Antwort dankbar :xmas1:</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1623978</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1623978</guid><dc:creator><![CDATA[B@t]]></dc:creator><pubDate>Mon, 01 Dec 2008 20:41:42 GMT</pubDate></item><item><title><![CDATA[Reply to Dev CPP webcam ansprechen ? on Mon, 01 Dec 2008 21:30:53 GMT]]></title><description><![CDATA[<p>schmeiß den weg nimm codeblocks oder visual studio.</p>
<p>zur Frage: schau dir mal die opencv an. Das ist DIE Standard Bildverarbeitungs-Bibliothek.</p>
<p>Das ist alles, was du brauchst um die webcam zu starten, Bilder auszulesen und anzuzeigen.</p>
<pre><code class="language-cpp">CvCapture* cap = cvCaptureFromCAM(-1);
  IplImage* tmp;
  int key=-1;
  cvNamedWindow(&quot;view&quot;,CV_WINDOW_AUTOSIZE);
  while((cvGetWindowHandle(&quot;view&quot;)!=NULL)||(key == VK_ESCAPE))
  {
     tmp  = cvQueryFrame(cap);

     // mach was tolles mit dem bild

     cvShowImage(&quot;view&quot;,tmp);  
     key=cvWaitKey(1);
  }
</code></pre>
<p>must natürlich noch die includes benutzen und dem Compiler sagen, wo die header und libs liegen.</p>
<p>Hatte das ganze hier schon mal jemand beschrieben:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-p-is-1620820.html#1620820" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-p-is-1620820.html#1620820</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1623997</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1623997</guid><dc:creator><![CDATA[vlad_tepesch]]></dc:creator><pubDate>Mon, 01 Dec 2008 21:30:53 GMT</pubDate></item><item><title><![CDATA[Reply to Dev CPP webcam ansprechen ? on Tue, 02 Dec 2008 06:03:03 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>nur mal so nebenbei angemerkt:</p>
<p>B@t schrieb:</p>
<blockquote>
<p>Hallo!</p>
<p>Ich habe mein altes DEV CPP wiedergefunden und für Hobby-Programmierer<br />
(wie mich) ist das ein toller kostenloser Complierer <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
</blockquote>
<p>ist ja quasi falsch.<br />
Dev C++ ist die IDE (Integrated Development Environment) und:</p>
<p><a href="http://www.bloodshed.net" rel="nofollow">www.bloodshed.net</a> schrieb:</p>
<blockquote>
<p>It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler.<br />
Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.<br />
<a href="http://www.bloodshed.net/download.html" rel="nofollow">http://www.bloodshed.net/download.html</a></p>
</blockquote>
<p>Gruß und nen schönen Tag noch Pingu</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1624070</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1624070</guid><dc:creator><![CDATA[Pingu-Group]]></dc:creator><pubDate>Tue, 02 Dec 2008 06:03:03 GMT</pubDate></item><item><title><![CDATA[Reply to Dev CPP webcam ansprechen ? on Tue, 02 Dec 2008 16:19:58 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /> und wo bekomme ich die OPEN CV her ? die kostet ja geld !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1624460</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1624460</guid><dc:creator><![CDATA[b@t]]></dc:creator><pubDate>Tue, 02 Dec 2008 16:19:58 GMT</pubDate></item><item><title><![CDATA[Reply to Dev CPP webcam ansprechen ? on Tue, 02 Dec 2008 16:50:24 GMT]]></title><description><![CDATA[<p>nö, <a href="http://opencv.willowgarage.com/wiki/" rel="nofollow">http://opencv.willowgarage.com/wiki/</a></p>
<p>greetz KN4CK3R</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1624483</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1624483</guid><dc:creator><![CDATA[KN4CK3R]]></dc:creator><pubDate>Tue, 02 Dec 2008 16:50:24 GMT</pubDate></item><item><title><![CDATA[Reply to Dev CPP webcam ansprechen ? on Tue, 02 Dec 2008 18:01:22 GMT]]></title><description><![CDATA[<p>das ding heist opencv weil open ist.<br />
Du kannst damit machen, was du willst, sogar komerzielle closed source software schreiben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1624523</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1624523</guid><dc:creator><![CDATA[vlad_tepesch]]></dc:creator><pubDate>Tue, 02 Dec 2008 18:01:22 GMT</pubDate></item><item><title><![CDATA[Reply to Dev CPP webcam ansprechen ? on Wed, 03 Dec 2008 13:08:53 GMT]]></title><description><![CDATA[<p>Zweiter Treffer mit<br />
<a href="http://www.google.de/search?hl=de&amp;q=opencv+devcpp&amp;btnG=Google-Suche&amp;meta=" rel="nofollow">Google</a> und sogar in Deutsch:</p>
<blockquote>
<p>In diesem How-To wird erklärt, wie man die Bildverarbeitungsbibliothek OpenCV in die Entwicklungsumgebung Dev-C++ integriert.</p>
</blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /> <a href="http://www.cypax.net/tutorials/opencv/" rel="nofollow">http://www.cypax.net/tutorials/opencv/</a></p>
<p>Mahlzeit!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1624921</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1624921</guid><dc:creator><![CDATA[Meihnachtswann]]></dc:creator><pubDate>Wed, 03 Dec 2008 13:08:53 GMT</pubDate></item></channel></rss>