Navigateur <> wrote:
>
>What's your recommended overall architecture for this?
>
>How would I make the 2 specific cameras be recognized and registered
>as one (specific) device?
You wouldn't. You would have an APPLICATION connect to those two cameras
in standard DirectShow graphs, and have the application expose services to
clients. Perhaps as a COM server, or a network server, or some other
interprocess communication stream.
>Could I still use UVC drivers + a custom KS proxy DirectShow plug-in?
Well, if you don't want to provide streaming data from these cameras, why
would you consider combining the two in KS?
Really, that's a bad idea to begin with.
>For events/variables, should I use
>DirectShow events, CORBA or something else? (given that I want the
>events/variables to be easily available to multiple applications
>running on all platforms, not only by native Windows apps).
To go cross-platform, you're pretty much locked in to sockets.
--
Tim Roberts,
Providenza & Boekelheide, Inc.