<?xml version="1.0" encoding="utf-8" ?>

<rss version="0.91" >
<channel>
<title>unicap-imaging.org blog</title>
<link>http://unicap-imaging.org/blog/</link>
<description></description>
<language>en</language>
<image>
        <url>http://unicap-imaging.org/blog/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: unicap-imaging.org blog - </title>
        <link>http://unicap-imaging.org/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>unicap on Launchpad, Licensing and 0.9.8 Release</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/28-unicap-on-Launchpad,-Licensing-and-0.9.8-Release.html</link>

    <description>
        &lt;h2&gt;Finally an update&lt;/h2&gt;&lt;br /&gt;
After a long time without updates ( Happy New Year, btw! ), I finally released a new version of unicap  (0.9.8 ). With this release, I split the old single unicap package in three packages: libunicap, libucil and libunicapgtk. One main reason for the delay in new releases was that a change in one component on my development version prevented the release of a new version even if eg. libunicapgtk was updated and in a stable state. &lt;br /&gt;
&lt;br /&gt;
In the future, there will be independent releases for each of these packages which will hopefully reduce the time between releases. &lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Strict GPL licensing&lt;/h2&gt;&lt;br /&gt;
In the past I offered a commercial license option which allowed the closed source usage of unicap. But since I do not work on unicap for a living and providing a full commercial support for unicap takes away too much time from development, I decided not to offer this option any more. This means that only GPL conformant open source projects are possible with unicap. I have not yet decided if I will offer a commercial license again sometime in the future. &lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;unicap is now on Launchpad&lt;/h2&gt;&lt;br /&gt;
I also created a project on &lt;a href=&quot;https://launchpad.net/unicap&quot;&gt;Launchpad&lt;/a&gt; in the hope that this will speed up the development. Packages are now provided on my &lt;a href=&quot;https://launchpad.net/~arne-datafloater/+archive/unicap&quot;&gt;Launchpad PPA&lt;/a&gt; ( currently only for Ubuntu 9.10 Karmic ). I also created a &lt;a href=&quot;https://code.launchpad.net/~arne-datafloater/unicap/trunk&quot;&gt;BZR branch&lt;/a&gt; on Launchpad which allows you to directly check out the development version of unicap. &lt;br /&gt;
&lt;br /&gt;
You can now report bugs to the &lt;a href=&quot;https://bugs.launchpad.net/unicap&quot;&gt;Bug Tracker&lt;/a&gt; or post feature request to the launchpad &lt;a href=&quot;https://blueprints.launchpad.net/unicap&quot;&gt;Blueprints&lt;/a&gt; page. &lt;br /&gt;
 
    </description>
</item>
<item>
    <title>Python support for unicap and unicapgtk</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/27-Python-support-for-unicap-and-unicapgtk.html</link>

    <description>
        A Python extension to access video capture devices via unicap and to build applications with unicapgtk is now available!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;Features&lt;/h4&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;access all video capture devices supported by unicap&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;asynchronous and synchronous ( ie. callback driven ) video capture methods&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;basic drawing and colorspace conversion functions for image buffers&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;easy to use programming interface&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;GTK+ widgets for video display, device properties and device property dialog&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;GPL license&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;Installation&lt;/h4&gt;&lt;br /&gt;
The easiest way to install the python extension modules on an Ubuntu Linux system is to install the &lt;b&gt;pyunicap&lt;/b&gt; package from the &lt;a href=&quot;http://unicap-imaging.org/using_repositories.htm&quot;&gt;package repository&lt;/a&gt;. &lt;b&gt;Please note:&lt;/b&gt; If you previously used the package repository on Ubuntu and you are using Ubuntu 9.04, you need to &lt;b&gt;update your installation source&lt;/b&gt; according to the instructions on the &quot;&lt;a href=&quot;http://unicap-imaging.org/using_repositories.htm&quot;&gt;using the package repository&lt;/a&gt;&quot; page ( ie. you need to change the installation source to point to &lt;b&gt;jaunty&lt;/b&gt;. Otherwise, the module will be installed for Python 2.5 while Ubuntu 9.04 uses Python 2.6.&lt;br /&gt;
&lt;br /&gt;
For all other linux distributions, you can install the extensions from the source archive. The &lt;b&gt;README&lt;/b&gt; file in the source archive contains some instruction on the installation procedure. &lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;Usage&lt;/h4&gt;&lt;br /&gt;
The source archive contains an &lt;b&gt;example&lt;/b&gt; folder which should help you getting started. For console based applications, start with the &lt;b&gt;GettingStarted/GettingStartedUnicap.py&lt;/b&gt; example and for GUI applications, use the &lt;b&gt;GettingStarted/GettingStartedUnicapGtk.py&lt;/b&gt; example. &lt;br /&gt;
&lt;br /&gt;
The &lt;b&gt;unicap&lt;/b&gt; module has ( or should have ) docstrings for all methods and functions. Full documentation for the unicapgtk module is being worked on. &lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;Download&lt;/h4&gt;&lt;br /&gt;
The python extension is available in source form on the &lt;a href=&quot;http://unicap-imaging.org/download.htm&quot;&gt;download page&lt;/a&gt; or in binary form for Ubuntu 8.04 and Ubuntu 9.04 from the &lt;a href=&quot;http://unicap-imaging.org/using_repositories.htm&quot;&gt;package repository&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;Feedback&lt;/h4&gt;&lt;br /&gt;
Any feedback on the new Python extensions is greatly appreciated. For general comments and suggestions, please post a message in the &lt;a href=&quot;http://unicap-imaging.org/forums/viewforum.php?f=10&quot;&gt;General Discussion&lt;/a&gt; forum. For programming issues, please use the &lt;a href=&quot;http://unicap-imaging.org/forums/viewforum.php?f=6&quot;&gt;Programming&lt;/a&gt; forum. &lt;br /&gt;
 
    </description>
</item>
<item>
    <title>unicap 0.9.7 released!</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/26-unicap-0.9.7-released!.html</link>

    <description>
        Unicap 0.9.7 just got released!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Changes in the unicap release:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- fix the marshaller for the &quot;unicapgtk_device_selection_changed&quot; signal&lt;br /&gt;
&lt;br /&gt;
This fix is required for the pyunicapgtk module for Python. &lt;br /&gt;
&lt;br /&gt;
The source code for the new release is available here: &lt;a href=&quot;http://unicap-imaging.org/download.htm&quot;&gt;http://unicap-imaging.org/download.htm&lt;/a&gt;. The unicap-imaging.org package repositories also contain the current release. &lt;br /&gt;
&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>unicap 0.9.6 and UCView 0.30 released!</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/25-unicap-0.9.6-and-UCView-0.30-released!.html</link>

    <description>
        Unicap 0.9.6 and UCView 0.30 just got released!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Changes in the unicap release:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- fix a deadlock in the line drawing operation of libucil&lt;br /&gt;
&lt;br /&gt;
- fix read current WB mode for TIS UVC Cameras&lt;br /&gt;
&lt;br /&gt;
- minor fixes to v4l2 driver&lt;br /&gt;
&lt;br /&gt;
- fix cropping for unicapgtk_videodisplay&lt;br /&gt;
&lt;br /&gt;
- minor fixes to unicapgtk property dialog&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Changes in the UCView release:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- code cleanup&lt;br /&gt;
&lt;br /&gt;
- &#039;Change Device&#039; dialog now non-modal, allowing on the fly video format changes&lt;br /&gt;
&lt;br /&gt;
- cleaner plugin interface ( still needs some work )&lt;br /&gt;
&lt;br /&gt;
- added &#039;device removed&#039; info box&lt;br /&gt;
&lt;br /&gt;
- detect when no more video frames are received&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The source code for the new release is available here: &lt;a href=&quot;http://unicap-imaging.org/download.htm&quot;&gt;http://unicap-imaging.org/download.htm&lt;/a&gt;. The unicap-imaging.org package repositories also contain the current release.&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>New driver for The Imaging Source CMOS cameras</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/24-New-driver-for-The-Imaging-Source-CMOS-cameras.html</link>

    <description>
        A new driver for &lt;a href=&quot;http://www.theimagingsource.com&quot;&gt;The Imaging Source&lt;/a&gt; AUC/BUC CMOS cameras is finally available for BETA testing. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;usbdevfs based driver&lt;/h4&gt;&lt;br /&gt;
The AUC/BUC camera series are low cost USB cameras which due to hardware limitations are not capable of supporting the USB Video Class specification correctly. For this reason, the old solution to control the cameras via the &lt;i&gt;uvcvideo&lt;/i&gt; driver did not work very well and needed to be replaced by a dedicated driver for the AUC/BUC cameras.  This new driver is called &lt;string&gt;euvccam_cpi&lt;/cpi&gt; and is now available via the &lt;a href=&quot;http://www.unicap-imaging.org/download.htm&quot;&gt;download page&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The new driver uses usbdevfs to access the camera so no kernel mode driver is required for it to function. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;New Licensing Policy&lt;/h4&gt;&lt;br /&gt;
You will notice that the euvccam_cpi driver is released under a different license than the unicap library itself. The reason is that in the future I will differentiate more strictly between commercial and free users. More than once the GPL license of unicap gets ignored by commercial users and unicap is used in closed source environments without a proper license. But without funding from commercial licenses, further development of the unicap-imaging software is not feasible so a change in the license policy for the parts of the software that are expected to be mostly used in a commercial context was required. &lt;br /&gt;
&lt;br /&gt;
The unicap library itself is still ( and will be in the future ) licensed under the GPL license ( or a commercial license for closed source contexts ). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;Release Notes&lt;/h4&gt;&lt;br /&gt;
The driver is in a BETA version, ie. it needs more testing and some features are still missing. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Software De-Bayering:&lt;/b&gt; Most AUC/BUC cameras only provide a RAW image from the colour sensors which means that the image needs to be processed by the software to produce a true RGB colour image. The driver offers a basic colour interpolation algorithm with white balancing to get a RGB image from the AUC/BUC cameras. Unfortunately the algorithm used requires a quite high amount of CPU performance as it is not yet very well optimized. This will change in one of the next versions. &lt;br /&gt;
&lt;br /&gt;
I created a new &lt;a href=&quot;http://unicap-imaging.org/forums/viewforum.php?f=11&quot;&gt;forum for support questions&lt;/a&gt; regarding this driver. If you have any questions or issues with this driver, please feel free to post a message there.  
    </description>
</item>
<item>
    <title>Unicap 0.9.5 and UCView 0.23 released</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/23-Unicap-0.9.5-and-UCView-0.23-released.html</link>

    <description>
        Unicap 0.9.5 and UCView 0.23 just got released!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Changes in the unicap release:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
 - RAW AVI file recording fixes&lt;br /&gt;
&lt;br /&gt;
 - OGG/Theora file recording fixes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Changes in the UCView release:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
 - DBus support got removed as it was buggy and virtually unused&lt;br /&gt;
&lt;br /&gt;
 - Code cleanup small fixes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The source code for the new release is available here: &lt;a href=&quot;http://unicap-imaging.org/download.htm&quot;&gt;http://unicap-imaging.org/download.htm&lt;/a&gt;. The unicap-imaging.org package repositories will be updated later this weekend. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Debian Packages&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
unicap library packages are now in Debian/testing. ucview packages are not yet available in the official Debian package repositories. &lt;br /&gt;
 
    </description>
</item>
<item>
    <title>Software updates for The Imaging Source CMOS cameras</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/22-Software-updates-for-The-Imaging-Source-CMOS-cameras.html</link>

    <description>
        &lt;strong&gt;EDIT (05/21/09): The instructions here are obsolete. &lt;a href=&quot;http://unicap-imaging.org/blog/index.php?/archives/24-New-driver-for-The-Imaging-Source-CMOS-cameras.html&quot;&gt;Click here for an update&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
The Imaging Source recently released a &lt;a href=&quot;http://www.theimagingsource.com/de/products/cameras/&quot;&gt;series of USB CMOS cameras&lt;/a&gt;. Unfortunately, these cameras are not fully USB Video Class compliant so that the cameras do not work correctly out of the box. The work on the unicap support for these cameras is still in progress but the software presented on this page should at least allow users to use the cameras in most applications. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Updating the Driver&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
As the camera is not fully UVC compliant, the uvcvideo driver to drive the cameras needs to be replaced with a patched one. The steps to update the driver are the same as in &lt;a href=&quot;http://unicap-imaging.org/blog/index.php?/archives/7-Installing-USB-Cameras.html&quot;&gt;Installing USB Cameras&lt;/a&gt; but you need to use the following driver:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://unicap-imaging.org/download/tisCMOS/uvcvideo_r262_p1_euvccam.tgz&quot;&gt;uvcvideo_r262_p1_euvccam.tgz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Updating unicap&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I made an intermediate release of unicap which contains the changes required for the CMOS cameras. Currently, only the source code package is available: &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://unicap-imaging.org/download/tisCMOS/unicap-0.9.4.tar.gz&quot;&gt;unicap-0.9.4.tar.gz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Using uvcctls&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The &lt;i&gt;uvcctls&lt;/i&gt; tool is required to configure the driver. Without this tool, there is no control over the frame rate. &lt;br /&gt;
&lt;br /&gt;
To use this tool, install and load the driver from above. With the camera connected, call the tool as follows ( as root! ):&lt;br /&gt;
&lt;br /&gt;
python uvcctls.py tisEUVC.xml&lt;br /&gt;
&lt;br /&gt;
There is currently one issue with this tool: It only works once after the driver is loaded. When the camera gets disconnected and reconnected, the driver needs to get unloaded and loaded and the uvcctls tool needs to be run again to get the frame rate control back. &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://unicap-imaging.org/download/tisCMOS/uvcctls0.2.tgz&quot;&gt;uvcctls0.2.tgz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Color Interpolation&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Most of the CMOS cameras do not do the RAW Bayer pattern interpolation. Instead the host computer needs to compute the color from the RAW pattern. To see a color image in UCView, you can use the following plugin: &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://unicap-imaging.org/download/tisCMOS/ucview_debayer_plugin-0.1.tar.gz&quot;&gt;ucview_debayer_plugin-0.1.tar.gz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To install the plugin, just configure it with the same prefix as you configured UCView ( or use &lt;i&gt;/usr&lt;/i&gt; if you installed from a package ). Eg: &lt;b&gt;configure --prefix=/usr&lt;/b&gt;. After installation, make sure the plugin is enabled in the &#039;Plugins&#039; tab of the ucview preferences dialog. You will get a new entry in the &#039;Tools&#039; menu to enable/disable the interpolation. You can configure the interpolation via the &#039;Configure Plugin&#039; button in the preferences dialog. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The support for the TIS CMOS cameras should get better in the near future. Currently there is an alternative for the uvcvideo driver in heavy development which should fix most issues.  
    </description>
</item>
<item>
    <title>Unicap 0.9.3 and UCView 0.22 released</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/20-Unicap-0.9.3-and-UCView-0.22-released.html</link>

    <description>
        Unicap 0.9.3 and UCView 0.22 just got released!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Changes in the unicap release:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
 - optionally use libv4l to support more cameras&lt;br /&gt;
&lt;br /&gt;
 - fix installation directory of plugins for x64 systems&lt;br /&gt;
&lt;br /&gt;
 - fix scaling of ogg/theora video &lt;br /&gt;
&lt;br /&gt;
 - use categories for v4l2 properties&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Changes in the UCView release:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
 - small changes to plugin api&lt;br /&gt;
 &lt;br /&gt;
 - support video downscaling for ogg/theora videos&lt;br /&gt;
&lt;br /&gt;
 - russian translation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Important changes to the ubuntu package files:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
The unicap packages got renamed to &lt;i&gt;libunicap2&lt;/i&gt;, &lt;i&gt;libunicapgtk2&lt;/i&gt;, &lt;i&gt;libucil2&lt;/i&gt; to match the debian package naming convention. It is recommended to uninstal the old packages named libunicap-2, libunicapgtk-2 and libucil-2. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The source code for the new release is available here: &lt;a href=&quot;http://unicap-imaging.org/download.htm&quot;&gt;http://unicap-imaging.org/download.htm&lt;/a&gt;. The source code is available here: http://unicap-imaging.org/download.htm. Binary packages for Ubuntu 8.04 are available in the repositories ( &lt;a href=&quot;http://unicap-imaging.org/using_repositories.htm&quot;&gt; using repositories&lt;/a&gt; ).&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>Unicap 0.9.2 released!</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/19-Unicap-0.9.2-released!.html</link>

    <description>
        Unicap 0.9.2 just got released!&lt;br /&gt;
&lt;br /&gt;
Changes in this release:&lt;br /&gt;
&lt;br /&gt;
- Severall small bug fixes and improvements ( see ChangeLog )&lt;br /&gt;
&lt;br /&gt;
- The EeePC packages got updated &lt;br /&gt;
&lt;br /&gt;
The source code is available here: &lt;a href=http://unicap-imaging.org/download.htm&gt;http://unicap-imaging.org/download.htm&lt;/a&gt;. Binary packages for Ubuntu 8.04 are available in the repositories ( &lt;a href=&quot;http://unicap-imaging.org/using_repositories.htm&quot;&gt;using repositories&lt;/a&gt; ).&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>unicap 0.9.1 released!</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/18-unicap-0.9.1-released!.html</link>

    <description>
        Unicap 0.9.1 just got released!&lt;br /&gt;
&lt;br /&gt;
Changes in this release:&lt;br /&gt;
&lt;br /&gt;
- An issue introduced with the last version causing a choppy video stream for certain video devices got fixed&lt;br /&gt;
&lt;br /&gt;
- The video format resolution selection for PCI based frame grabbers got improved&lt;br /&gt;
&lt;br /&gt;
The source code is available here: http://unicap-imaging.org/download.htm. Binary packages for Ubuntu 8.04 are available in the repositories ( using repositories ). 
    </description>
</item>
<item>
    <title>unicap 0.9.0 released</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/17-unicap-0.9.0-released.html</link>

    <description>
        Unicap 0.9.0 just got released! &lt;br /&gt;
&lt;br /&gt;
With this version, unicap is heading to a 1.0 stable release due in the next few weeks. &lt;br /&gt;
&lt;br /&gt;
Changes in this release: &lt;br /&gt;
&lt;br /&gt;
- Video downsize option for OGG/Theora videos&lt;br /&gt;
&lt;br /&gt;
- Apple iSight cameras are now working again&lt;br /&gt;
&lt;br /&gt;
- Fixes for the uncompressed AVI codec&lt;br /&gt;
&lt;br /&gt;
- some other minor bug fixes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The source code is available here: &lt;a href=http://unicap-imaging.org/download.htm&gt;http://unicap-imaging.org/download.htm&lt;/a&gt;. Binary packages for Ubuntu 8.04 are available in the repositories ( &lt;a href=&quot;http://unicap-imaging.org/using_repositories.htm&quot;&gt;using repositories&lt;/a&gt; ).&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>Unicap 0.2.24 and UCView 0.21 released</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/16-Unicap-0.2.24-and-UCView-0.21-released.html</link>

    <description>
        Unicap version 0.2.24 and UCView version 0.21 just got released!&lt;br /&gt;
&lt;br /&gt;
Changes in the unicap release: &lt;br /&gt;
&lt;br /&gt;
- Support for upcoming The Imaging Source CMOS cameras&lt;br /&gt;
&lt;br /&gt;
- video-4-linux-2 compatibility improvements&lt;br /&gt;
&lt;br /&gt;
- fix for an issue that caused v4l2 capture to fail if start/stop was called repeatedly&lt;br /&gt;
&lt;br /&gt;
- improved trigger support for IIDC/DCAM cameras&lt;br /&gt;
&lt;br /&gt;
- code cleanup&lt;br /&gt;
&lt;br /&gt;
- new audio/video codec API&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Changes in the UCView release:&lt;br /&gt;
&lt;br /&gt;
- Added a plugin to display a histogram&lt;br /&gt;
&lt;br /&gt;
- switch to new unicap codec API&lt;br /&gt;
&lt;br /&gt;
- fix for an issue that prevents the device to be restored correctly&lt;br /&gt;
&lt;br /&gt;
- code cleanup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The source code is available here: http://unicap-imaging.org/download.htm&lt;br /&gt;
&lt;br /&gt;
With this release, binary packages for Ubuntu 7.04 ( Feisty ) and Ubuntu 7.10 ( Gutsy ) will no longer be build. Ubuntu 8.04 LTS packages are available from the unicap repositories ( see: http://unicap-imaging.org/using_repositories.htm ). &lt;br /&gt;
&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>Installing unicap on Fedora / RedHat / CentOS</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/15-Installing-unicap-on-Fedora-RedHat-CentOS.html</link>

    <description>
        On unicap-imaging.org you will find the unicap libaries and the ucview application as source packages from which you can compile and install on almost any Linux distribution. But normally you do not want to compile the library by yourself because if you do, the resulting files will not be under control of the package manager that your distribution usually uses to keep track of the installed software. &lt;br /&gt;
&lt;br /&gt;
unicap-imaging.org therefore also hosts a repository containing the binary packages for the most popular Linux distribution, Ubuntu. Even though there are no packages for other linux distribution hosted on the unicap-imaging.org website itself, packages are often provided for other popular distributions by third party distributors. I will explain how to install and use unicap on some other distributions in a series of blog posts. Today I will start with Fedora 9.&lt;br /&gt;
&lt;br /&gt;
unciap and ucview packages are already available in the default repositories of Fedora thanks to the work of &lt;a href=&quot;http://www.robert-scheck.de/&quot;&gt;Robert Scheck&lt;/a&gt; who builds and maintains the &lt;i&gt;rpm&lt;/i&gt; packages. To install unicap on &lt;i&gt;CentOS&lt;/i&gt; or &lt;i&gt;Red Hat Enterpris Linux 5&lt;/i&gt; you need to use &lt;i&gt;EPEL ( Extra Packages for Enterprise Linux )&lt;/i&gt;. Please follow this link to learn how to set up EPEL: &lt;a href=&quot;http://fedoraproject.org/wiki/EPEL/FAQ#howtouse&quot;&gt;Fedora Wiki&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The most basic case is to install only the libraries and UCView. This can be done by the following command, executed as the &lt;i&gt;root&lt;/i&gt; user: &lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
yum install unicap ucview&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
If you want to compile the examples that come with unicap, you need to install some more packages to be able to compile them: &lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
yum install gcc make gtk2-devel libtheora-devel libvorbis-devel unicap unicap-devel&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Afterwards you should be able to compile and run the basic &lt;i&gt;device-info&lt;/i&gt; example which just prints information about all supported devices. Many other examples require additional dependencies, for instance the OpenCV example needs opencv, obviously. You should be able to locate the required packages with &lt;i&gt;yum search&lt;/i&gt; in most cases ( otherwise, post a comment here ). Please let me know if you face any issue in using unicap on Fedora / RedHat systems. &lt;br /&gt;
&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>Using the Trigger and Digital IOs of Imaging Source Cameras</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/14-Using-the-Trigger-and-Digital-IOs-of-Imaging-Source-Cameras.html</link>

    <description>
        Among others, The Imaging Source cameras can be externally triggered and have digital in- and outputs to control external devices. In a series of blog postings on their machine vision blog, The Imaging Source gives some details about the hardware and explains how to build an external trigger circuit: &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.theimagingsourceblog.com/2008/06/03/using-trigger-and-digital-ios-part-2&quot;&gt;Trigger Hardware and Timing&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.theimagingsourceblog.com/2008/06/04/using-trigger-and-digital-ios-part-3&quot;&gt;Pin Header Layout&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.theimagingsourceblog.com/2008/06/05/using-trigger-and-digital-ios-part-4&quot;&gt;Hirose Connector Layout&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Software support for this functionality is present in unicap.  
    </description>
</item>
<item>
    <title>Basic Image Manipulation with UCIL  Part 2</title>
    <link>http://unicap-imaging.org/blog/index.php?/archives/13-Basic-Image-Manipulation-with-UCIL-Part-2.html</link>

    <description>
        In the first post in this series, I created an example that draws a&lt;br /&gt;
crosshair on the video image and a frame counter. &lt;br /&gt;
&lt;br /&gt;
In this post, I will extend the example to write the video stream to&lt;br /&gt;
an OGG/THEORA video file.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://unicap-imaging.org/blog/index.php?/archives/13-Basic-Image-Manipulation-with-UCIL-Part-2.html#extended&quot;&gt;Continue reading &quot;Basic Image Manipulation with UCIL  Part 2&quot;&lt;/a&gt;
    </description>
</item>

</channel>
</rss>
