Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dummy camera with frame counter | Matthias Vogelgesang | 2011-03-10 | 6 | -5/+219 |
* | Add IPE infrastructure and make sure that cameras check grabber existence | Matthias Vogelgesang | 2011-03-10 | 6 | -10/+80 |
* | Prepare integration of IPE camera | Matthias Vogelgesang | 2011-03-10 | 2 | -0/+38 |
* | Set correct exposure. Use µs for all time-related units. | Matthias Vogelgesang | 2011-03-09 | 3 | -31/+32 |
* | Use correct number of bytes per pixel when allocating buffers | Matthias Vogelgesang | 2011-03-09 | 5 | -11/+16 |
* | Fix photon focus capture | Matthias Vogelgesang | 2011-03-09 | 2 | -5/+5 |
* | Almost real video playback | Matthias Vogelgesang | 2011-03-09 | 3 | -37/+99 |
* | Add temperature and some bug fixes | Matthias Vogelgesang | 2011-03-08 | 5 | -57/+127 |
* | Add more offset properties | Matthias Vogelgesang | 2011-03-08 | 5 | -8/+29 |
* | Add r/w access for each property | Matthias Vogelgesang | 2011-03-08 | 4 | -31/+69 |
* | Add property listing | Matthias Vogelgesang | 2011-03-07 | 5 | -41/+201 |
* | Copy UI file into appropriate place | Matthias Vogelgesang | 2011-03-07 | 1 | -0/+3 |
* | Fix grabber bug and add Gtk control application | Matthias Vogelgesang | 2011-03-07 | 5 | -1/+427 |
* | Property set for photon focus | Matthias Vogelgesang | 2011-03-07 | 1 | -16/+42 |
* | Fix libpf not found | Matthias Vogelgesang | 2011-03-07 | 1 | -2/+2 |
* | Specific error return codes for grabbers and cameras | Matthias Vogelgesang | 2011-03-07 | 5 | -9/+10 |
* | Bump to next development version | Matthias Vogelgesang | 2011-03-04 | 1 | -1/+1 |
* | Integrate photon focus property reading | Matthias Vogelgesang | 2011-03-04 | 2 | -42/+90 |
* | Integrate photon focus libraries | Matthias Vogelgesang | 2011-03-04 | 2 | -3/+15 |
* | Find photon focus library | Matthias Vogelgesang | 2011-03-04 | 1 | -0/+19 |
* | Bump version to 0.2.0 | Matthias Vogelgesang | 2011-03-02 | 1 | -3/+7 |
* | Output patch version for package generation | Matthias Vogelgesang | 2011-03-02 | 1 | -1/+1 |
* | Minor change of output | Matthias Vogelgesang | 2011-03-02 | 1 | -1/+1 |
* | Add exposure property to pf | Matthias Vogelgesang | 2011-03-02 | 1 | -0/+5 |
* | Add Photonfocus support | Matthias Vogelgesang | 2011-03-02 | 3 | -0/+184 |
* | Documentation added | Matthias Vogelgesang | 2011-03-01 | 6 | -10/+39 |
* | Complete (simple) frame grabbing | Matthias Vogelgesang | 2011-03-01 | 6 | -36/+75 |
* | Start grab interface | Matthias Vogelgesang | 2011-02-28 | 6 | -7/+79 |
* | Add grab example | Matthias Vogelgesang | 2011-02-28 | 4 | -3/+38 |
* | Move buffer allocation to frame grabber | Matthias Vogelgesang | 2011-02-28 | 5 | -18/+14 |
* | Add buffer allocation | Matthias Vogelgesang | 2011-02-28 | 3 | -5/+35 |
* | Add rpm and deb generation | Matthias Vogelgesang | 2011-02-28 | 2 | -3/+33 |
* | Complete frame grabber abstraction | Matthias Vogelgesang | 2011-02-28 | 9 | -184/+266 |
* | Prepare for frame grabber abstraction | Matthias Vogelgesang | 2011-02-28 | 13 | -223/+319 |
* | Turn property defines into enum | Matthias Vogelgesang | 2011-02-28 | 3 | -45/+48 |
* | Add camera state and accessor function | Matthias Vogelgesang | 2011-02-28 | 2 | -0/+18 |
* | Add preliminary "support" for Photron cameras | Matthias Vogelgesang | 2011-02-28 | 2 | -0/+8 |
* | Add support for multiple cameras | Matthias Vogelgesang | 2011-02-28 | 5 | -137/+162 |
* | Make the properties complete and build even better test app | Matthias Vogelgesang | 2011-02-25 | 4 | -49/+122 |
* | Use camera rather than frame grabber to determine dimensions | Matthias Vogelgesang | 2011-02-25 | 1 | -5/+15 |
* | Build support for every available camera | Matthias Vogelgesang | 2011-02-25 | 1 | -2/+4 |
* | Property re-ordering. Made test program more useful | Matthias Vogelgesang | 2011-02-25 | 3 | -44/+78 |
* | Update property names | Matthias Vogelgesang | 2011-02-25 | 3 | -21/+86 |
* | Timestamp property | Matthias Vogelgesang | 2011-02-24 | 1 | -4/+13 |
* | Check for framegrabber software | Matthias Vogelgesang | 2011-02-24 | 2 | -0/+8 |
* | Handle properties correctly for pco.edge | Matthias Vogelgesang | 2011-02-24 | 2 | -12/+18 |
* | Add more properties according to Andreas | Matthias Vogelgesang | 2011-02-24 | 2 | -15/+35 |
* | Add new properties and return PROP_INVALID if not available | Matthias Vogelgesang | 2011-02-23 | 3 | -11/+21 |
* | Fix indefinite loop | Matthias Vogelgesang | 2011-02-23 | 1 | -0/+1 |
* | Scrap accessor functions and replace with get/set_property | Matthias Vogelgesang | 2011-02-23 | 4 | -71/+147 |