Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)

I am working with DirectShow. How can I work with two different types of cameras and read their data and render detail from both cameras in a synchronized way?

I have already written a program that can read a camera's raw data but now I need to work with 2 cameras and synchronize them.

Posted
Updated 22-Nov-09 15:20pm
v2

1 solution

Hi:
You can add two camera source filters to your filter graph.
And also two video render filters.

Then connect them properly.
Run the Filter Graph, then it is done.
:laugh:

In general, you don't have to purposely sync the two camera signal.
Unless you need a precise control.

Cheers!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900