-
Well. Now you can try to take examples from the web page [1] and play with them. Obviously you haven't installed everything available at [2]. So if you want to use MPlayer input or if you want to run graphical user interfaces, you would need to install MPlayer, Qt4, and Qt4-QtRuby.
[1] http://www.wedesoft.demon.co.uk/hornetseye-api/
[2] http://vision.eng.shu.ac.uk/jan/hornetseye-system/.
10:23AM UTC on May 15 2009 in HornetsEye Ruby Computer Vision Library
-
That's great news! Thanks for keeping us posted.
06:42PM UTC on Feb 21 2009 in hugin
-
wedesoft added the hornetseye-0.31.0.tar.bz2 file.
12:02AM UTC on Jan 12 2009 in HornetsEye Ruby Computer Vision Library
-
wedesoft added the hornetseyeinstaller-0.31.0.exe file.
12:02AM UTC on Jan 12 2009 in HornetsEye Ruby Computer Vision Library
-
wedesoft created the 0.31 file release.
12:00AM UTC on Jan 12 2009 in HornetsEye Ruby Computer Vision Library
-
wedesoft added the hornetseye-0.30.2.tar.bz2 file.
02:43PM UTC on Jan 11 2009 in HornetsEye Ruby Computer Vision Library
-
Wait. I made a mistake. You need to search for the character '1' and not '32' as I did for testing. So the commands are as follows:
mysql -u username -p # This will enter the MySQL console
use anymeal;
select id,title from RECIPE where title like char(37,1,37) limit 100;
quit.
11:02PM UTC on Sep 26 2008 in AnyMeal
-
I wonder how this could have happened. Can you check whether there is a recipe with a 0x1 character in the data? You can do this with the following commands. You need to replace "username" with your database user name and "anymeal" with the name of your recipe database.
mysql -u username -p # This will enter the MySQL console
use anymeal;
select id,title from RECIPE where title like...
10:59PM UTC on Sep 26 2008 in AnyMeal
-
Ok, I have dumped the approach of writing a custom sink to access DirectShow. For anyone who wants to keep trying: Maybe the multiple inheritance used in the ds2.tar.bz2 example (class CapturePin: public IPin, public IMemInputPin) is not binary compatible or something.
I've uploaded a third example (ds3.tar.bz2). It uses ISampleGrabberCB to get synchronised access to the frames and it seems to...
01:27PM UTC on Sep 19 2008 in MinGW - Minimalist GNU for Windows
-
File Added: ds3.tar.bz2.
01:04PM UTC on Sep 19 2008 in MinGW - Minimalist GNU for Windows