<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">El 29/03/15 a las 18:55, Roberto Calvo
      escribió:<br>
    </div>
    <blockquote cite="mid:1427648113.2497.103.camel@gsyc.urjc.es"
      type="cite">
      <pre wrap="">I attached some interesting plos as well. Soon I'll document this
feature in the wiki.</pre>
    </blockquote>
    <br>
    <br>
    I'm very confused with some plots.<br>
    <br>
    * Size of regular COLOR images -&gt; ~230.000 KB (?? or B). I think
    that it's B -&gt; 320×240×3 = 230400 Bytes (225 KB).<br>
    * Size of compressed COLOR images (dark) -&gt; 310 KB. I think that
    310 KB it's BIGGER than 230 KB. Rate: 135% (compression: -26%). If
    it was 310 B (that's almost impossible in lossless compression) the
    rate was: 0'13% (compression: 99.8%).<br>
    * Size of compressed COLOR images (light) -&gt; 32000 KB (?? or B).
    I think that it's about 32 KB. Rate : 14% (compression: 86%).<br>
    <br>
    What was the correct units and data?<br>
    <br>
    <br>
    <br>
    <blockquote cite="mid:1427648113.2497.103.camel@gsyc.urjc.es"
      type="cite">
      <pre wrap="">If you notice that some component or library doesn't work correctly,
please let me know.
</pre>
    </blockquote>
    <br>
    <br>
    Trying to compiling (new dependencies):<br>
    <br>
    <blockquote>
      <pre><font color="#000066">-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") 
-- checking for one of the modules 'openssl'
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:367 (message):
  None of the required 'openssl' found
Call Stack (most recent call first):
  Deps/openssl/CMakeLists.txt:3 (pkg_search_module)
  CMakeLists.txt:114 (include)
</font></pre>
    </blockquote>
    <br>
    Fixed with:<br>
    <br>
    <blockquote>
      <pre><font color="#000066">sudo apt-get install libssl-dev
</font></pre>
    </blockquote>
    <br>
    So cmake:<br>
    <br>
    <blockquote>
      <pre><font color="#000066">-- checking for one of the modules 'openssl'
-- Using OpenSSL 1.0.1f
</font></pre>
    </blockquote>
    <br>
    Doing a "make":<br>
    <br>
    <blockquote>
      <pre><font color="#000066">Linking CXX executable cameraview
/usr/bin/ld: ../../interfaces/cpp/jderobot/libJderobotInterfaces.so: referencia sin definir al símbolo '<a class="moz-txt-link-abbreviated" href="mailto:pthread_mutexattr_settype@@GLIBC_2.2.5">pthread_mutexattr_settype@@GLIBC_2.2.5</a>'
/lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [src/stable/components/cameraview/cameraview] Error 1
make[1]: *** [src/stable/components/cameraview/CMakeFiles/cameraview.dir/all] Error 2
make: *** [all] Error 2
</font></pre>
    </blockquote>
    <br>
    What package I need to continue compile process? In previous version
    there is not problems with libpthread.<br>
    <br>
    Regards.<br>
    <br>
  </body>
</html>