Firewire comms using Python?

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

    #1

    Firewire comms using Python?

    Hi,
    Does anyone have any idea of how I can use Python to get images from my
    firewire camera??
    I am using python under winXP pro....

    Cheers
    Fraggle


  • Simon Forman

    #2
    Re: Firewire comms using Python?

    Fraggle69 wrote:
    Hi,
    Does anyone have any idea of how I can use Python to get images from my
    firewire camera??
    I am using python under winXP pro....
    >
    Cheers
    Fraggle
    Have you tried google?

    Peace,
    ~Simon

    Comment

    • PetDragon

      #3
      Re: Firewire comms using Python?

      yeah man no joy there

      "Simon Forman" <rogue_pedro@ya hoo.comwrote in message
      news:1156745271 .067289.70540@m 73g2000cwd.goog legroups.com...
      Fraggle69 wrote:
      >Hi,
      >Does anyone have any idea of how I can use Python to get images from my
      >firewire camera??
      >I am using python under winXP pro....
      >>
      >Cheers
      >Fraggle
      >
      Have you tried google?
      >
      Peace,
      ~Simon
      >

      Comment

      • Simon Forman

        #4
        Re: Firewire comms using Python?

        PetDragon wrote:
        yeah man no joy there
        >
        "Simon Forman" <rogue_pedro@ya hoo.comwrote in message
        news:1156745271 .067289.70540@m 73g2000cwd.goog legroups.com...
        Fraggle69 wrote:
        Hi,
        Does anyone have any idea of how I can use Python to get images from my
        firewire camera??
        I am using python under winXP pro....
        >
        Cheers
        Fraggle
        Have you tried google?

        Peace,
        ~Simon
        Sorry, I can't help you. Doesn't mean someone else on this list can't
        though. Good luck.

        (You might try finding a command-line tool that can do the job and use
        python to script that. Or look for a C lib that does it and wrap
        that...)

        Peace,
        ~Simon

        Comment

        • Tim Roberts

          #5
          Re: Firewire comms using Python?

          "Fraggle69" <petdragon69-weather@yahoo.c o.ukwrote:
          >
          >Does anyone have any idea of how I can use Python to get images from my
          >firewire camera??
          >I am using python under winXP pro....
          You can try http://videocapture.sourceforge.net. The web page focuses on
          USB webcams, but if it's using a standard XP interface (like DirectShow or
          WIA), there's a good chance it will drive your 1394 camera as well.
          --
          - Tim Roberts, timr@probo.com
          Providenza & Boekelheide, Inc.

          Comment

          Working...