Can I control Video Card by using Python under linux?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LUK

    #1

    Can I control Video Card by using Python under linux?

    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!

  • Mike C. Fletcher

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

    LUK wrote:[color=blue]
    > 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!
    >[/color]
    You are probably looking for the "gstreamer" package. It has Python
    bindings available.

    HTH,
    Mike

    --
    _______________ _______________ _______________ ___
    Mike C. Fletcher
    Designer, VR Plumber, Coder



    Comment

    • Ravi Teja

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

      Here's a wrapper for V4L.

      Articles on C++ programming, Software Engineering and technology.


      Comment

      • LUK

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

        Thank you! I will try.

        Comment

        Working...