<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Code Laboratories</title>
    <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/" />
    <link rel="self" type="application/atom+xml" href="http://codelaboratories.com/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2012</rights>
    <generator uri="" version="1.6.8">ExpressionEngine</generator>
    <id>tag:codelaboratories.com,2012:05:06</id>


    <entry>
      <title>Advanced Mode &#63; 5.0.1.0218</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/842/" />      
      <id>tag:codelaboratories.com,2012:forums/viewthread/.842</id>
      <published>2012-03-26T11:53:22Z</published>
      <updated></updated>
      <author><name>Chasiv</name></author>
      <content type="html">
      <![CDATA[
        <p>I downloaded and installed version 5.0.1.0218.&nbsp; I also created a text document called cleye.config as recommended to put the camera into advanced mode.&nbsp;  I saved this file to C:\Program Files\Code Laboratories\CL-Eye Driver as this is where the CL-EyeTest application resides.</p>

<p>Unfortunately, it still does not list frame rates above 30 fps.&nbsp;  I also get an error when attempting to use the 30 fps rates:<br />
80070057: Cannot set frame rate for preview</p>

<p>Any help in resolving this issue would be greatly appreciated as I need this camera to operate at 90 fps.</p>

<p>Thanks,<br />
Chas
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>wich framerate with PS3 EyeCAm&#63;</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/77/" />      
      <id>tag:codelaboratories.com,2010:forums/viewthread/.77</id>
      <published>2010-01-07T10:49:45Z</published>
      <updated></updated>
      <author><name>Processeur Fou</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello,<br />
At different places I have found this text about PS3 Eye Cam:</p>

<p>&#8220;As you may seen it before, here are the specs: <br />
- 640 x 480 at 60 frames/second <br />
- 320 x 240 at 120 frames/second <br />
...&#8221;</p>

<p>but with the CL Eye Driver, when I use  CL-Eye Test, or when I use Directshow filter with Graphedit or VLC I always find only a max frame rate of 30 for the 640 x 480 mode.</p>

<p>I have just discover these site today bought this cam this afternoon. So it&#8217;s my first try with it. perhaps I miss something. <br />
All works very well in 5 minutes under WIN XP SP3 and a recent dual core.<br />
A very good driver ! thank you!<br />
But only 30 frames/sec in 640 x 480.<br />
I have seen in the SDK that we can configure the framerate parameter <br />
&nbsp;  &nbsp;  &nbsp;   Camera Framerate - Depending on the selected resolution modes here is the list of allowed framerate values:<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp; LEYE_QVGA - 15, 30, 60, 75, 100, 125<br />
&nbsp;  &nbsp;  &nbsp;  &nbsp; CLEYE_VGA - 15, 30, 40, 50, 60, 75<br />
 So my question is :<br />
Does the PS3 Eye Cam can work in 640 x480 with  60 frames/sec parameter but the standard driver don&#8217;t allow that? (and we must develop with the API to be able to use the 60 value)<br />
or<br />
No the PS3 Eye Cam cannot run in 640 x 480 - 60 fps and thay are errors in the specs and the big values ( 60, 75..) in the API are for other cam?</p>

<p>Or do I have miss thomething?</p>

<p>Thanks for help.</p>

<p>JP
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>CL&#45;Eye Driver 4.0.1.0215 Released</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/154/" />      
      <id>tag:codelaboratories.com,2010:forums/viewthread/.154</id>
      <published>2010-02-15T21:36:21Z</published>
      <updated>2010-02-15T21:42:09Z</updated>
      <author><name>AlexP</name></author>
      <content type="html">
      <![CDATA[
        <p><span style="font-size:14px;"><b>Release Notes</b></span></p>

<p>This driver includes the change in frame rate selection. By default the driver runs in basic mode.<br />
For your convenience in the latest driver (v4.0.1.0215) we have added basic/advanced mode selection via &#8216;cleye.config&#8217; file. <br />
Simply place &#8216;cleye.config&#8217; file in the<b> same directory where your executable file resides</b> to enable the &#8216;advanced&#8217; mode.</p>

<p><b>Basic mode (default)</b></p>

<p>- 640x480 fps: 15, 30<br />
- 320x240 fps: 15, 30</p>

<p><b>Advanced Mode</b></p>

<p>- 640x480 fps: 15, 30, 40, 50, 60, 75<br />
- 320x240 fps: 15, 30, 60, 75, 100, 125</p>

<p>cleye.config file content:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?xml&nbsp;version</span><span style="color: #007700">=</span><span style="color: #DD0000">"1.0"&nbsp;</span><span style="color: #0000BB">encoding</span><span style="color: #007700">=</span><span style="color: #DD0000">"UTF-8"</span><span style="color: #0000BB">?&gt;<br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">cleye</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">item&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"mode"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"advanced"&nbsp;</span><span style="color: #007700">/&gt;<br />&lt;/</span><span style="color: #0000BB">cleye</span><span style="color: #007700">&gt;&nbsp;</span>
</span>
</code></div>

<p>AlexP
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>need fix for latest skype and windows live camera</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/878/" />      
      <id>tag:codelaboratories.com,2012:forums/viewthread/.878</id>
      <published>2012-05-06T02:55:58Z</published>
      <updated>2012-05-10T14:18:45Z</updated>
      <author><name>vi0</name></author>
      <content type="html">
      <![CDATA[
        <p>This can be closed, i downloaded CL-NUI-Platform-1.0.0.1210 and skype latest version and windows live is working perfect I love the program thanks alot  <img src="http://codelaboratories.com/ee/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>the driver is not working&#8230;.</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/877/" />      
      <id>tag:codelaboratories.com,2012:forums/viewthread/.877</id>
      <published>2012-05-04T22:27:49Z</published>
      <updated></updated>
      <author><name>jewthemonkey</name></author>
      <content type="html">
      <![CDATA[
        <p>so i used this a couple of days ago and it wokred just fine but when i shut my computer down for some updates and then turned it back on the camera stopped working. when i go to the devices it just shows it as an usb camera and says that there are no drivers installed for that camera. i tried uninstalling the current driver and install again the driver but noluck&#8230; it keeps detecting as an unknown camera and no driver selected for it. <br />
if its important i have<br />
vista home premium <br />
service pack 2<br />
ram-8.00GB<br />
64 bit <br />
2.20GHz</p>

<p><br />
thanks for your time!!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Complete resolution of the camera PS3Eye  640x480@60 FPS</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/836/" />      
      <id>tag:codelaboratories.com,2012:forums/viewthread/.836</id>
      <published>2012-03-17T23:11:15Z</published>
      <updated></updated>
      <author><name>android</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi Alex, please help!<br />
I can not adjust the camera to 60fps @ 640x480<br />
Maximum running &nbsp; 60fps @ 320x240,&nbsp; 30fps @ 640x480<br />
I tried the options: cleye.config, app_settings.<br />
Or maybe I&#8217;m doing something wrong.<br />
System: AMD Athlon(tm) 64x2 Dual Core Processor 4400+&nbsp; 2.30 GHz,&nbsp; memory: 2 GB, video: GeForce 9500GT<br />
Installed: 2 activated cameras,&nbsp;  CCV1.5 Multicam, windows7x64, driver 5.0.1.0218<br />
Can there are more options for the full expansion?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>manycam not workin&#63;</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/876/" />      
      <id>tag:codelaboratories.com,2012:forums/viewthread/.876</id>
      <published>2012-04-25T20:03:13Z</published>
      <updated></updated>
      <author><name>F*CK that dude</name></author>
      <content type="html">
      <![CDATA[
        <p>Get an error when i click ps3 cam in manycam. I dont have ps3 test open but it does show up in there but not in manycam or on web. </p>

<p><br />
<a href="http://lulzimg.com/view/5c01b7801e.png" target="_blank"><img src="http://i2.lulzimg.com/5c01b7801e.png"  border="0" alt='LulzImg - Image Hosting for teh lulz' /></a>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>EyeCapture &#45; Save image sequences from the PS3Eye with timing information</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/704/" />      
      <id>tag:codelaboratories.com,2011:forums/viewthread/.704</id>
      <published>2011-11-09T07:40:53Z</published>
      <updated>2011-12-05T01:35:22Z</updated>
      <author><name>peb.</name></author>
      <content type="html">
      <![CDATA[
        <p><i>First of all, I hope I&#8217;m not breaking the CL Eye Platform SDK EULA in any way by posting this program here.</p>

<p>Second, I hope I&#8217;m not infringing on any copyrights or licenses by basing this little program on the examples provided in the CL Eye Platform SDK. I could not find any licensing information except the copyright notice in the source files.</p>

<p>Third, If I am infringing on something or someone, please be gentle, and know that I&#8217;m not out to make any money from this.</i></p>

<p>That said, I present to you <b>EyeCapture</b></p>

<p>It is not shiny and equipped with a fancy GUI, but it provides some interactive control of the capture settings, and allows the capture of image sequences directly from the PS3 Eye Camera, and it provides a timestamp for each individual frame (conveniently listed in a .txt file).</p>

<p>I made the program for a research project where we are tracking the rotation speed of a spindle (don&#8217;t ask, it&#8217;s very geeky). We needed reasonably accurate time information for each picture, and reasonably high speed image acquisition, on a reasonably tiny budget.</p>

<p>Beware that the timing information seems to have high precision, but the accuracy of it does not match the number of digits. It is based on the QueryPerformanceCount whatchamacallit, and the exactness if QPC has been questioned (especially on speed-stepping CPUs).</p>

<p>The images are written directly to disk without any buffering(works for the speed and resolution I needed, I might add buffered write in the future.) Monochrome images and low resolution allows for capture in up to 187Hz, though I have not verified it empirically.</p>

<p>For now EyeCapture is Vista/Win 7 only, and it has only been tested on Windows 7.</p>

<p>If it complans about MSVCsomething.dll you need the Visual C++ 2010 Runtime Libraries (x86), run setup.exe when installing to avoid this problem completely.</p>

<p>I would attach the files to the post, but I get an <a href="http://eeinsider.com/tips/view/the-filetype-you-are-attempting-to-upload-has-invalid-content-for-its-mime-/">error </a>which I think means I&#8217;m not trusted so here is a link instead:</p>

<p><a href="http://conceptotheorist.com/download/EyeCapture.zip">http://conceptotheorist.com/download/EyeCapture.zip</a><br />
 
Anyways, enjoy, and post feedback in this thread.</p>

<p>- peb.</p>

<p><br />
<i>Edit:<br />
I&#8217;m guessing most people doesn&#8217;t trust my installer, here is a link to the raw program:<br />
<a href="http://conceptotheorist.com/download/eyecapture_noinstall.zip">http://conceptotheorist.com/download/eyecapture_noinstall.zip</a></p>

<p>I also forgot to mention that the source was included in the installer, here is a direct download of that too:<br />
<a href="http://conceptotheorist.com/download/eyecapture_source.zip">http://conceptotheorist.com/download/eyecapture_source.zip</a></p>

<p>Cheers, </p>

<p>peb.</i>
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>CL Eye FPS Limitation</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/871/" />      
      <id>tag:codelaboratories.com,2012:forums/viewthread/.871</id>
      <published>2012-04-16T01:58:16Z</published>
      <updated></updated>
      <author><name>russellhq</name></author>
      <content type="html">
      <![CDATA[
        <p>Is there an inherent limitation within the PS3 Eye Toy hardware that limits the lowest FPS the camera can be set to?</p>

<p>The reason for asking is I&#8217;m interested in using this camera for astrophotography and having the ability to set long exposures would be a great benefit.</p>

<p>I notice that the lowest FPS for the SDK is 0.1fps but is there any way to get this even lower? For example to 1 frame a minute or even 1 frame every 10 minutes?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>CL&#45;Eye Device Manager crash</title>
      <link rel="alternate" type="text/html" href="http://codelaboratories.com/forums/viewthread/875/" />      
      <id>tag:codelaboratories.com,2012:forums/viewthread/.875</id>
      <published>2012-04-24T00:16:40Z</published>
      <updated></updated>
      <author><name>andrewfung</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all,<br />
I purchase a license for CL-Eye platform packs(4 camera),when I actived the PS3 eye ,the CL-Eye Device Manager Crashed and quit.the ps3 eye is not actived ,but in my Account My Device Credits noumber  adds and the PS3 Eye UUID does not match my Camera.I dont konw why?
</p>
      ]]>
      </content>
    </entry>


</feed>

