Two things need to be done:
1) Add some command line parameters to main() and main_help() in
capture.c which will
        - list what cameras are attached
        - enable to select to which camera to attach
        - the socket will have to be set up appropriately
(The program is splitted as client and server and the two
processes talk to each other via the socket. You need to make
sure that the client process will attach to the right server process.)

2) Information about which camera is to be used must be passed to the
start_handler() in commands.c, probably via extending the settings_t
structure in capture.h. 
Petr


On Fri, 2006-07-21 at 12:57, Roman Christ wrote:
> do you have any idee about where to add the mulitcam feature into the capture 
> code?
> 
> cheers, Roman



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Capture-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/capture-devel

Reply via email to