Re: Can I control Video Card by using Python under linux?

2006-04-02 Thread LUK
Thank you! I will try.

-- 
http://mail.python.org/mailman/listinfo/python-list


Can I control Video Card by using Python under linux?

2006-03-31 Thread LUK
Hi, I have a video card based on cx2388 chip to catch video and do the
other thing.
There's already a V4L2 driver for it, but it is too hard for me to
program in C.
Can I use Python do the job?
Does Python has simpler APIs?
Please gvie me some suggestion.
Thanks!

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Can I control Video Card by using Python under linux?

2006-03-31 Thread Mike C. Fletcher
LUK wrote:
 Hi, I have a video card based on cx2388 chip to catch video and do the
 other thing.
 There's already a V4L2 driver for it, but it is too hard for me to
 program in C.
 Can I use Python do the job?
 Does Python has simpler APIs?
 Please gvie me some suggestion.
 Thanks!
   
You are probably looking for the gstreamer package.  It has Python 
bindings available.

HTH,
Mike

-- 

  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://www.vrplumber.com
  http://blog.vrplumber.com

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Can I control Video Card by using Python under linux?

2006-03-31 Thread Ravi Teja
Here's a wrapper for V4L.

http://antonym.org/libfg

-- 
http://mail.python.org/mailman/listinfo/python-list