<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
El 23/03/2010 12:41, josé Antonio Cuello Principal escribió:
<blockquote cite="mid:1269344492.28153.2.camel@japortatil" type="cite">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta name="GENERATOR" content="GtkHTML/3.28.1">
Hola, sería posible crear un visualizador de camaras ip con Lazarus. La
verdad ando muy verde en el tema. Alguien ha hecho algo y me puede
indicar componentes, ejemplos o documentación al respecto?<br>
</blockquote>
<br>
Buenas, <br>
<br>
Sin haber hecho nada parecido me aventuraría a decirte que si, ya que
conozco mas o menos como funcionan la cámaras ip y normalmente llevan
un servidor web embebido dando acceso a captura de imágenes o de vídeo
del estilo siguiente:<br>
<br>
<ul>
  <li><code><a class="moz-txt-link-freetext" href="http://xx.xx.xx.xx/IMAGE.JPG">http://xx.xx.xx.xx/IMAGE.JPG</a></code> (for single JPEG
images)
  </li>
  <li> <code><a class="moz-txt-link-freetext" href="http://xx.xx.xx.xx/VIDEO.CGI">http://xx.xx.xx.xx/VIDEO.CGI</a></code> (for streaming MJPEG
video)
  </li>
</ul>
Donde como es de suponer el xx.xx.xx.xx es la ip de la cámara. Así que
tu trabajo seria coger esos streams y trabajarlos localmente.<br>
<br>
Espero que te sea de ayuda.<br>
<br>
<br>
<blockquote cite="mid:1269344492.28153.2.camel@japortatil" type="cite">Gracias
anticipadas y un saludo<br>
  <table cellpadding="0" cellspacing="0" width="100%">
    <tbody>
      <tr>
        <td>
        <br>
        <hr length="200" noshade="noshade">
        <br>
        <br>
        <b><font size="1">ARTEX TRADING S.A.</font></b><br>
        <font size="1">JOSÉ ANTONIO CUELLO PRINCIPAL</font><br>
        <br>
        <br>
        </td>
      </tr>
    </tbody>
  </table>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Lazarus-es mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus-es@lists.lazarus.freepascal.org">Lazarus-es@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus-es">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus-es</a>
  </pre>
</blockquote>
<br>
</body>
</html>