Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-23 | Rename control widgets, in order to make easier to reference them.v4l2_convert | Mauro Carvalho Chehab | 2 | -25/+25 | |
Right now, widgets associated with controls just have a random name. Instead, use a name related to their usage, to make easier to reference them inside src/camera-window.c. | |||||
2018-07-23 | Hide V4L2 controls if not present at the camera | Mauro Carvalho Chehab | 3 | -26/+66 | |
Not all controls are available on all cameras. Be sure to show only the ones that apply to the camera used. While here, fix the callback logic for whitebalance | |||||
2018-07-23 | Ignore pad bytes on camera streams | Mauro Carvalho Chehab | 2 | -4/+10 | |
On a perfect world, the memory mapped buffer would contain the exact frame image. However, due to hardware constraints (typically at their DMA engines), sometimes there are pad bytes after the end of each line. So, change the memcpy algorithm to take it into account. | |||||
2018-07-23 | Optimize the logic with sets control values | Mauro Carvalho Chehab | 4 | -25/+5 | |
No need to write all controls when just one changes. | |||||
2018-07-23 | convert camorama to use the V4L2 API | Mauro Carvalho Chehab | 9 | -429/+551 | |
Currently, camorama is based on a very legacy API (V4L version 1). This got removed from Kernel a long time ago, still at Kernel 2.6.x cycles. It works thanks to libv4l1 emulation, but we may get rid of it soon at v4l-utils. So, let's just move on and implement V4L2 API support directly on Camorama, instead of relying on a compatibility layer. | |||||
2018-07-23 | Add two missing includes to main.c | Mauro Carvalho Chehab | 1 | -0/+2 | |
Cleanup a few warnings by adding the proper header files. | |||||
2018-07-23 | Explicitly include libm | Mauro Carvalho Chehab | 2 | -2/+2 | |
There are some routines inside camorama that require the library. Sometimes, it is not probed well, so explicitly add it. | |||||
2018-07-23 | Remove auto-generated files | Mauro Carvalho Chehab | 104 | -39257/+23 | |
It is very hard to see what's happening when the file-generated stuff is part of the git tree. Remove the ones that are generated by ./configure and make. | |||||
2018-02-19 | Merge pull request #10 from RepRapLtd/master | Alessio Treglia | 126 | -24/+40943 | |
Motion detector filter | |||||
2017-09-26 | Final (?) version of the Reichardt-Hassenstein filter. | Adrian Bowyer | 38 | -1598/+628 | |
2016-09-12 | README updated. | Adrian Bowyer | 2 | -0/+124 | |
2016-09-12 | Reichardt filter added properly to menus etc. | Adrian Bowyer | 35 | -601/+4978 | |
2016-09-11 | Working version. Mirror filter replaced by Reichardt. | Adrian Bowyer | 7 | -90/+173 | |
Need to adjust the filter time constants. | |||||
2016-09-10 | Adding a visual flow/Reichardt filter to camorama. WIP. | Adrian Bowyer | 106 | -37/+37342 | |
2016-02-28 | Merge pull request #1 from alessio/fix-crash-on-64bit-sys-when-adding-a-filter | Alessio Treglia | 1 | -2/+2 | |
Prevent crash on 64-bit systems | |||||
2016-02-28 | Prevent crash on 64-bit systems | Hans de Goede | 1 | -2/+2 | |
This bug was originally reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1312662 | |||||
2014-12-04 | Fix GtkSpinButton "adjustment with non-zero page size" deprecation message. | Alessio Treglia | 1 | -1/+1 | |
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/camorama/+bug/870609 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553523 | |||||
2014-07-22 | Add manpage, taken from Debian. | Alessio Treglia | 1 | -0/+50 | |
2014-07-22 | Take xpm icon from Debian. | Alessio Treglia | 1 | -0/+63 | |
2014-07-22 | Refresh autotools's config.{guess,sub} files. | Alessio Treglia | 2 | -325/+521 | |
2014-07-21 | Drop Application from desktop file's Categories field | Alessio Treglia | 1 | -1/+1 | |
2014-07-21 | Use libv4l1 as an emulation layer to ensure compatibility | Alessio Treglia | 7 | -31/+42 | |
with the most recent drivers Bug-Debian: http://bugs.debian.org/569089 | |||||
2014-07-21 | Fix wrong software's version. | Alessio Treglia | 1 | -1/+1 | |
2014-07-21 | V4L1 support was dropped in the recent kernels. Update #include statements ↵ | Alessio Treglia | 1 | -1/+1 | |
to rely on v4l-utils's headers. Origin: Ubuntu Bug-Ubuntu: https://launchpad.net/bugs/749079 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621953 | |||||
2014-07-21 | Fix missing functions prototypes. | Alessio Treglia | 1 | -0/+1 | |
2014-07-21 | Including individual glib headers no longer supported | Alessio Treglia | 2 | -2/+2 | |
From: Michael Biebl <biebl@debian.org> Origin: Debian Bug-Debian: http://bugs.debian.org/665516 | |||||
2014-07-21 | Merge tag 'upstream/0.19' | Alessio Treglia | 123 | -21590/+16121 | |
Upstream version 0.19 | |||||
2014-07-21 | Imported Upstream version 0.19upstream/0.19 | Alessio Treglia | 123 | -21590/+16121 | |
2014-07-21 | Merge tag 'upstream/0.18' | Alessio Treglia | 148 | -12875/+25255 | |
Upstream version 0.18 | |||||
2014-07-21 | Imported Upstream version 0.18upstream/0.18 | Alessio Treglia | 148 | -12875/+25255 | |
2014-07-21 | Imported Upstream version 0.17upstream/0.17 | Alessio Treglia | 173 | -0/+57214 | |