Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Creating DirectShow source filter

Creating DirectShow source filter

Scheduled Pinned Locked Moved Windows Forms
hardwarehelpquestion
2 Posts 2 Posters 8 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ceatea
    wrote on last edited by
    #1

    Hello all, I'm trying to find a way to record an HD IP camera feed in a 3rd party Windows 7 program which uses DirectShow. I'm using a Raspberry Pi to transmit the video feed from an IP camera to a Win 7 PC. Raspivid is installed on the Pi with the following parameters: -t 0 -w 1280 -h 720 -hf -ih -fps 20 -o - | nc -k -l 2222 I can view the video feed through Mplayer with no lag by running the command: C:\mplayer\mplayer -fps 200 -demuxer h264es ffmpeg://tcp://192.168.1.6:2222 My problem is that I cannot pipe the feed into the 3rd party program. I believe I need to have a DirectShow source filter created to do this. Would anyone be able to create a filter to do this or could you direct me to someone who can? I would be more than happy to compensate someone for the development time. Thanks much, Chuck

    L 1 Reply Last reply
    0
    • C ceatea

      Hello all, I'm trying to find a way to record an HD IP camera feed in a 3rd party Windows 7 program which uses DirectShow. I'm using a Raspberry Pi to transmit the video feed from an IP camera to a Win 7 PC. Raspivid is installed on the Pi with the following parameters: -t 0 -w 1280 -h 720 -hf -ih -fps 20 -o - | nc -k -l 2222 I can view the video feed through Mplayer with no lag by running the command: C:\mplayer\mplayer -fps 200 -demuxer h264es ffmpeg://tcp://192.168.1.6:2222 My problem is that I cannot pipe the feed into the 3rd party program. I believe I need to have a DirectShow source filter created to do this. Would anyone be able to create a filter to do this or could you direct me to someone who can? I would be more than happy to compensate someone for the development time. Thanks much, Chuck

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      ceatea wrote:

      Would anyone be able to create a filter to do this or could you direct me to someone who can? I would be more than happy to compensate someone for the development time.

      Sorry, but that is beyond the scope of this forum. People will help with your code or direct you to specific documentation, but no one will do the work for you, whether paid or not.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups