CIA.vc
libdc1394-python
Real-time open source activity stats
Stats » Projects » navi-misc » libdc1394-python
informationsyndicateUTC clock
18:22 on May 27, 2012
event counters
The last message was received 8.23 years ago at 10:33 on Mar 05, 2004
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
3 messages since the first one, 8.23 years ago, for an average of 2.74 years between messages
recent messages
dateReversed sort columnprojectcontentlink
10:33 on Mar 05, 2004navi-misc
Commit by micah :: r3009 libdc1394-python/ (dc1394/__init__.py example.py test.py):
Clean things up. Now all the silly bus searching goop that appears in all the dc1394 examples is in a handy dc1394.findCamera() function, there are Camera and Capture objects, and you can call one function to get the next captured frame as a Numeric array.
#
08:53 on Mar 05, 2004navi-misc
Commit by micah :: r3008 libdc1394-python/ (dc1394/libdc1394.i test.py):
The test program now displays captured frames as they arrive using pygame
#
08:09 on Mar 05, 2004navi-misc
Commit by micah :: r3007 libdc1394-python/ (6 files in 2 dirs):
I must not have enough projects already. This is a very minimally functional python wrapper around libdc1394. Currently you can initialize it, enumerate the available cameras, print information about them, and capture frames. You can't get at the frames from python yet, but there's a little test function in the SWIG interface that lets you write them to disk.
#