Tagged Questions
0
votes
0answers
24 views
Capturing a photo on x86 Atom Windows 8, DirectShow
I don't have a C background, so pointers seem to be my downfall. Working with a Lenovo Thinkpad tablet running full blown Windows (Atom processor). I ported the sample project DXSnap to vb.net. It ...
1
vote
1answer
37 views
DirectShow: dump the stream
I have some filters connection on wince device (camera -> sampleGrabber(which analyze the image ->rendering filter.
The rendering takes a lot of time, and I don't really need to see the result (only ...
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
1answer
26 views
How to execute device camera from main form to another form using Aforge direct show in C#?
I have a problem in executing the device from main form to another form I use combo box to select the device, after I select the device from main form I click the button that will open another form, ...
0
votes
1answer
152 views
How to pop up camera using picture box when button click?
I make a program in C# windows form I have tons of function in my form including two datagrid view that connected to dabase and including a camera that direcly connected to my PC I use AForge dll ...
5
votes
1answer
254 views
QueryInterface fails with E_NOINTERFACE on C#
Hi Stack Overflow members,
I'm a newbie to C# programming. I am developing a basic camera streaming and still capture application. Once user takes still, I will be displaying it on overlay using ...
2
votes
2answers
126 views
Unable to display two cameras in DirectShow
I'm using two DirectShow graphs, running on separate threads, to display streaming video (using VMR 9 on a seperate) and capture frames (using Sample Grabber) from two webcams. One of them is a ...
1
vote
0answers
125 views
Changing resolution and filters in DirectShow
I’m making a Windows form application for a Windows 8 tablet in VB.NET 2010 using DirectShow (which is quite new to me). In my code I take the video feed from the inbuilt 8Mp Camera/Webcam and I save ...
0
votes
0answers
94 views
Previewing camera through java using Direct Show and Java ( JNA/JNI )
I need to show a camera preview in a java application.
I am using DirectShow natively and using JNA as a bridge between Java and C++. I have a few questions regarding this :-
1) In DirectShow I can ...
0
votes
0answers
113 views
IVideoWindow SetWindowPosition fails
Here is the scenario and issue i am facing.
I am creating a sample directshow camera streaming application for WINCE 7 platform that supports full screen view and minimized (reduced) view. I am ...
0
votes
0answers
158 views
Using webcam with OpenCV - 'can't initliaze capture' error [closed]
I have installed OpenCV b3.1 but I am not able to run applications using my
off-the-shelf USB webcam.
I get error "Can't initialize camera. Change the format". I am not even able to
run the apps what ...
2
votes
4answers
1k views
Capture camera using DirectShow
I'm developping a SmartDevice application (Pocket PC 2003 template) in C# for a device with Windows Mobile 6.1. I need to use the camera of this device (photos, video); to do this work i tried using ...
1
vote
0answers
219 views
uEye camera with directshow sometimes flipped images up side down
I am using 2 IDS uEye cameras (Color and Mono) with directshow and sometimes the images are flipped up side down.
Is there a way to know by the camera params (or anything else) when is the image ...
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 ...
2
votes
1answer
128 views
uniquiely differentiate between multiple cameras [dshow, directx, win32api]
Is there a sure way to programmatically differentiate between multiple cameras?
I enumerate CLSID_VideoInputDeviceCategory and then I GetDisplayName on each IMoniker. What I found out is that with ...
1
vote
1answer
212 views
Still pin image capture responding time
I got a problem of the responding time of capturing an image from the still pin.
I have system running video stream at 320*480 from the capture pin and push a button to snap a 720P image from the ...
0
votes
1answer
312 views
windows PC camera image capturing, not taking one frame in a video stream
I got a question of image capture with a PC camera(integrated note book camera or web cam). While I am developing a computer vision system in which high quality image capture is the key issue, most of ...
1
vote
1answer
190 views
DShow source filter: which instance of filter am I?
I have a custom source filter, made by implementing CSource and CSourceStream from the dshow baseclasses. It is exported multiple times using the IFilterMapper2::RegisterFilter method, under different ...
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 ...
0
votes
1answer
570 views
Drawing a rectangle (or line, or bitmap) on the camera preview stream (.NET Compact Framework)
I'm working on a .NET CF 2.0 application that uses the camera, showing the preview and allowing the user to take a photo. I'm using the CameraCaptureDialog component and I wanted to draw a rectangle ...
1
vote
0answers
204 views
DirectShow WindowsMobile 6.5 - autofoucus
I tried to develop a small application using DirectShow(http://msdn.microsoft.com/en-us/library/dd390351.aspx).
Everything goes well, but still the autofocus does not work.
I use this, to set ...
0
votes
1answer
351 views
Not able to capture video using 2 webcamera simulteneously
I am trying to capture from 2 web camera simultaneously using directshow. IF I capture one by one OR one at a time both are working properly. But not able to capture simultaneously from same ...
1
vote
1answer
444 views
Directshow stream images are sometimes flipped
I'm using the wpfmediakit with two ids ethernet cameras over the uEye drivers and sometimes when I launch the app the video feed is upside down. I am using the contols just like the documentation on ...
1
vote
2answers
322 views
USB Camera to Dicom
I need to build a solution that will read from a USB camera and save the Video and Image files in Dicom Format.
I'm wondering what free tools could I use to accomplish this.
2
votes
4answers
2k views
How to convert yuy2 to a BITMAP in C++
I'm using a security camera DLL to retreive the image from the camera. The DLL call a function of my program passing the image buffer as a parameter, but the image is in yuy2 format. I need to convert ...
0
votes
1answer
609 views
Multiple IP Cameras as Windows video sources?
Creating a video encoder app with multiple video sources. Is there a certain type of IP camera that can be used as a Windows video source (I.e. DirectShow) or a generic IP camera driver that can be ...
0
votes
1answer
685 views
DirectShow USB camera LED flash access
I'm using C++ and need to access a USB camera's LED flash feature. I'm currently using DirectShow to interface with the camera in other ways (live preview stream, grabbing samples, etc.).
I found the ...
1
vote
1answer
626 views
How to use this virtual camera driver? [closed]
If you download the vcam from http://tmhare.mvps.org/downloads/vcam.zip will see inside /Bin directory it's VCamD.ax and VCam.ax
How are these files supposed to run?
The link is from an answer from ...
0
votes
2answers
554 views
Configuring DSVL to show camera images from Logitech9000 webcam
I am trying to view camera feed from a Logitech9000 camera using DSVL(DirectShow Video Library) http://sourceforge.net/projects/dsvideolib/. The xml file currently looks as below:
<?xml ...
1
vote
1answer
457 views
How to capture data from camera NOT using DirectShow?
How to capture data from camera with out using DirectShow? (in C# on windows )
0
votes
1answer
3k views
Virtual camera/direct show filter for network stream
i'm working with Flash Live Encoder.
It's using camera for streaming video.
Support forum say's that i can create custom direct show filter and stream data that i need.
I cann't understand how direct ...
2
votes
2answers
1k views
Cross-Platform Camera API
I'm now building a video transforming filter that have to transform video frames in real-time.
One of the key requirements of the filter is to have high performance to minimize the number of dropped ...
1
vote
2answers
224 views
DirectShowNet and anoying screen
I'm using DirectShowNet.dll to grab a photo
of my web camera.
Anytime my camera initializes it first shows me this
screen. Where can I turn it off?
http://www.goat-it.com/!tino/screen.jpg
Thank ...
3
votes
1answer
5k views
How to capture live camera frames in RGB with DirectShow
I'm implementing live video capture through DirectShow for live processing and display. (Augmented Reality app).
I can access the pixels easily enough, but it seems I can't get the SampleGrabber to ...