Video capture from webcam on Mac?

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

    #1

    Video capture from webcam on Mac?

    Is there a cross-platform solution for video capture from a webcam?

    I am aware of the Win32 videocapture library, but am unaware of how to
    accomplish the same functionality on the Mac side.

    Thanks in advance.


  • Diez B. Roggisch

    #2
    Re: Video capture from webcam on Mac?

    Joseph Chase schrieb:[color=blue]
    > Is there a cross-platform solution for video capture from a webcam?
    >
    > I am aware of the Win32 videocapture library, but am unaware of how to
    > accomplish the same functionality on the Mac side.[/color]


    You could try and make OpenCV work - it has a part called anygui that
    allows that, and has python-bindings.

    Alternatively, you could utilize the ToxicFramework from pyobjc, when
    running on a mac.

    Diez

    Comment

    • faulkner

      #3
      Re: Video capture from webcam on Mac?

      gstreamer has python bindings.


      Joseph Chase wrote:[color=blue]
      > Is there a cross-platform solution for video capture from a webcam?
      >
      > I am aware of the Win32 videocapture library, but am unaware of how to
      > accomplish the same functionality on the Mac side.
      >
      > Thanks in advance.[/color]

      Comment

      Working...