0
votes
0answers
44 views

DirectShow ISampleGrabber: samples are upside-down and color channels reverse

I have to use MS DirectShow to capture video frames from a camera (I just want the raw pixel data). I was able to build the Graph/Filter network (capture device filter and ISampleGrabber) and ...
0
votes
0answers
42 views

Getting the values of properties CV_CAP_PROP_POS_MSEC ,CV_CAP_PROP_FRAME_COUNT , etc?

I am using opencv 2.4.9 .I am capturing live from a webcam and want to extract properties like frame rate , frame count , timestamp , etc . I heard that the videoInput library will be helpful in this ...
0
votes
0answers
26 views

How to extract SCTE104 packet from VANC stream

my task is to extract SCTE104 packets out of the SDI. from some of the readings i've done, the packets should be in the VANC stream, provided by the BLACKMAGIC SDI card. during run-time, i can spot ...
0
votes
0answers
140 views

DirectShow Capture Source and FFMPEG

I have an AJA Capture card. The drivers installed with the card include some DirectShow filter. If I pop the filter into GraphEdit I see this: and if I run the ffmpeg command ffmpeg -f dshow ...
0
votes
1answer
62 views

SmartTee filter and saving to file

How can I render video stream from webcam to file if I use smart tee filter? So I add SmartTee filter and get something like that: Capture filter | SmartTee filter | | ...
1
vote
1answer
42 views

Python Memory leak when accessing GetCurrentImage() from DirectShow comtype

I have to debug someone elses code that has a memory leak. It uses up all the RAM and then eventually crashes (at a rate of 4Mb/s). I isolated it down to a call that grabs a screen shot of a video ...
0
votes
1answer
170 views

DirectShowLib-2005 easycap USB 2.0 interfacing with sony handycam image capture issue

I have sony handycam attached to Easycap USB 2.0 and I am using DirectShowLib-2005 for image capturing. The source code of the Capture class is below: public Capture(int iDeviceNum, int iWidth, ...
0
votes
1answer
40 views

Get/set video resolution when capturing image

I'm capturing images from my webcam with some code that mainly bases on this: Using the Sample Grabber. Here I only get the default resolution of 640x480 while the connected camera is able to show ...
0
votes
1answer
139 views

Video capture application won't work with DirectShow-compatible device

I developed a video capture application in C++ with Qt on Windows 7, using the videoInput library (which uses DirectShow). My application works fine with all the devices I previously tried (some ...
2
votes
0answers
100 views

Invalid format specified for texture

I want to use the *Built-in iSight" camera of my macbook (I'm under bootcamp). I create a simple program reading the video stream from the webcam using DirectShow graph. Here is the *Form1_Load()* ...
1
vote
1answer
140 views

Show a live stream from a firewire connection in WPF?

I have a hi-resolution camera connected via firewire. An SDK lets me grab frames into a byte buffer. E.g.: unsigned char *buffer = new unsigned char[size]; GetFrameBuffer(cameraHandle, buffer); Due ...
0
votes
0answers
140 views

Any DSJ (Direct Show Java Wrapper) tutorials basic?

any recommended tutorial for basic usage DSJ? I explore in website just found Java Docs, and i don't know how to basic usage first. Thank you :)
0
votes
1answer
73 views

Capturing a RAW8 video stream from a camera

I've a camera that has a RAW8 stream, Bayer pattern: B Gr B Gr... Gr R Gr R... Can I capture the stream with DirectShow Sample ...
1
vote
0answers
96 views

IKsPropertySet interface is not supported in IMFMediSource

I am porting my Direct Show camera based SDK to MFT. In my old code I have KSProxy interface like IksTopolgy,IKsControl and IKsProperty . IksTopolgy,IKsControl is used to enumerate the property ...
0
votes
1answer
231 views

Record and view video at the same time DirectShow

I have used the sample code of DirectShow in order to record a video. however, I want to display the video during recording as well. But I can't do it at the same time, this error always shows: ' ...
2
votes
1answer
86 views

How can I take a HD signal from a device with component-out and display it in a window in a C# application?

I've been tasked with getting the video from the component out ports of a video device into a window in our C# application. Think taking the component output from a TiVo or DVD player (not HDMI so no ...
0
votes
1answer
214 views

Directshow- ISampleGrabberCB::SampleCB callback frequency

I am working on an application which requires video frame capture from different frame-grabber cards. I am using directshow ISampleGrabberCB::SampleCB callback to receive pointer to the new frame. Now ...
2
votes
1answer
619 views

Capturing Video to an AVI File with DirectShow

I'm trying to write a C++ application with directshow that saves video capture to file. The steps in the code are: 1. Create the Capture Graph Builder 2. Create the System Device Enumerator 3. ...
1
vote
1answer
143 views

DirectShow: detect related filters, and add those?

At the moment I'm developing a DirectShow application that helps users configuring their TV capture cards. This configuration will later be used in another program. I use the ...
2
votes
1answer
330 views

How can I let our DirectShow-based video be captured by a screen recorder?

One function of our software plays a video with DirectShow. One user and our internal QA have found that screen capture utilities (including Captivate, Camstudio, and AVS4U's capture utility) cannot ...
0
votes
1answer
297 views

How to sync between recording and input live video stream?

I am working on a project in which I am receiving raw frames from some input video devices. I am trying to write those frames in a video files using FFMPEG library. I have no control over the frame ...
2
votes
1answer
257 views

Pull and display live frames from an unknown video capture device using Java and DirectShow

I am working on a a video review project in Java. I am improving upon an existing and extremley outdated piece of software that runs on a Windows 2000 machine that has been turned into a DVR. The ...
1
vote
1answer
248 views

DirectShow - Capture Webcam While Viewing It?

I am trying to make a webcam application in c# that allows users to record video. I have been using DirectShow.Net to preview the webcam and to take snapshots. But need to be able to capture video and ...
0
votes
1answer
572 views

c++ builder: convert video to png-snapshots with directshow

Thanks to your help I was able to search for the right words to use directshow a bit better. I found a tutorial how to use the SampleGrabber-object here: ...
0
votes
1answer
101 views

VFW_E_NOT_IN_GRAPH in directshow's video-capture

Me again, trying to use directShow. I tried to implement an example from a camera-distributor to read the camera (I would like to get frames in Form of an Byte-Array) and am getting a ...
0
votes
0answers
45 views

Select proper Windows for Video Processing

my firm wants to run a video processing computer with directShow. We don't need many windows services because this computer's job is only to process the incoming video on HDDs and we need maximum ...
0
votes
0answers
227 views

directshow set different framerate for preview and capture pin

I have one directshow application , which have a filter graph with capture and preview. we have set framerate to 30 for the capture pin, in this case if i make both preview and capture graph to run ...
0
votes
0answers
101 views

Directshow Redering Preview With Capture Get Hanged

I have one Directshow application that captures Video and Save it to Mp4 file format, along with that... it also captures Closed-Caption for the video , which works fine... Now i coded to preview ...
1
vote
0answers
121 views

DirectShow Filters - how to use and find correct filters

I have a program that was developed using capFilter-"Ds.Net Video Capture Device" and baseGrabFlt-"Ds.Net Grabber". I am not that familiar with DirectShow and have been trying to determine why this ...
0
votes
1answer
242 views

Directshow continious capture

I have Mp4 Capture Application in direct show. In my application i need to capture 30 min(or say some dynamic value) video continuously for the I made one WaitableTimer Routine , after 30 minutes i ...
0
votes
1answer
91 views

GMFBridge issue with Bgrdge graph

I am having capture graph application which captures mp4 capture video , i want to use GMFbridge in that, i build my graph as below First Graph Video Source --> x264vfw - H.264/MPEG-4 AVC Codec ...
0
votes
1answer
204 views

Directshow GMFBridge in VC++

I have one mp4 Capture application , that continuously capture graph for 30 min (or some dynamic value) , i need the capture accuracy very high tso that do not loss a freq. of data. For that we ...
0
votes
1answer
254 views

Directshow Issue Running 2 Graphs

I have Mp4 Capture Application in direct show. In my application i need to capture 30 min(or say some dynamic value) video continuously . my graph is as below Video Source --> x264vfw - ...
0
votes
1answer
150 views

Best scheduling practice using VC++ for capture in directshow

I have one capture application, that performs the MP4 capture. i need to schedule this capture application to capture video of every 30 minutes (or some dynamic value). I read the MSDN article for ...
0
votes
0answers
94 views

x264Vfw Bitrate issue

I am using x264Vfw encoder with directshow to create Mp4 video which almost works fine , but no idea why video is 100-125 kbps bigger than whatever bitrate we set for X264Vfw . Can anybody have idea ...
0
votes
1answer
236 views

directshow RedenStream Fails for Capture

I am making an Directshow Application to Capture MP4 video. I use below graph to do so. Input Stream --> MJPEG Decompressor --> x264vfw H.264/MPEG-4 AVC Codec --> GDCL Mpeg-4 Multiplexor ...
0
votes
1answer
307 views

directshow filter conncetion fails for X264vfw avc codec to GDCL Mpeg4 Multiplexer

i need to make one directshow application to capture mp4 video from source , i am using below graph to do so, Input Stream --> MJPEG Decompressor --> x264vfw H.264/MPEG-4 AVC Codec --> GDCL ...
0
votes
2answers
423 views

CLSID for x264 DirectShow filter

I have used x264 DirectShow filter from Monogram for decoding h264 avc video , i need to create intrance and add filter to graph in directshow , i checked the CLSID of it from grapthEdit , and that ...
2
votes
2answers
397 views

Negative Presentation Time in DirectShow

This one is really making me pull my hair out. I have written a DirectShow transform filter derived from CTransformFilter. I have derived an input pin from CTransformInputPin. When my input pin's ...
1
vote
1answer
334 views

How in DirectShow to know if the webcam is used?

I'm new and I can not understand how to do it. How to do this analysis IMoniker
1
vote
2answers
761 views

webcam “still pin” capture

I am trying to replicate the image quality that is achieved when using the Logitech webcam driver to capture a still image. The Logitech forum has several threads about the subject unfortunately they ...
3
votes
1answer
2k views

DirectShow - Getting video frames

I'm creating a Windows video capture application and am using DirectShow for capture. As each frame comes in, I want to grab it as a raw RGB bitmap into a buffer, at which point my code will do ...
0
votes
1answer
712 views

Is it possible to record audio with OpenCV

I am trying to record a video in OpenCV from a stream such as a webcam with audio. I am currently writing the application to use DirectShow to grab data from the stream and to pass that data into an ...
0
votes
1answer
73 views

Need help Mixing Video and Text and save into another file

I need to add text, image over video and save mixed file into another new video file.I know about DirectShow but will allow to play video with text but i am not sure how i can save this mixed video ...
0
votes
2answers
4k views

Webcam Video Capture using Visual C++ 6.0

I am trying to create an application to capture a snapshot using a webcam. I have been able to accomplish this using WIA, but this solution becomes unstable when ran on Windows 7 with a camera that ...
0
votes
1answer
581 views

How to stream captured video from a client to the server using DirectShow.Net

My idea is to have a service or app running on my home PC that will enable me to view my home, outside conditions, etc while I'm away. I'm using DirectShow.Net and am starting to understand the ...
3
votes
2answers
2k views

Appropriate codec for real-time video compression with DirectShow

Can anybody suggest a good codec for real-time video compression? Here is a list of key requirements: Must be represented as DirectShow video compression filter Royalty-free Good quality/bitrate ...
2
votes
2answers
936 views

DirectShow Record Problem - fps

I just create simple graph to record video from a source Filter: SourceFilter ---> Muxer ---> FileWriter I can able to save video which come from SourceFilter to my local disk. But when i ...
4
votes
3answers
768 views

3 Camera Capture with videoInput or anything else

I am working on project to produce High Dynamic Range Video in real time. The goal is to do it with 3 off the shelf webcams (Microsoft LiveCam Studio). I started off trying to use OpenCV, but I was ...
2
votes
2answers
843 views

Is there a commercial/open source C# wrapper component for using a webcam in Windows?

I need to rapidly develop some software that uses a camera as an AV input. Assuming the drivers are installed for whatever the device that is giving the input I need to be able to capture images and ...

1 2