I developed a C# console program to control a camera's PTZ, and I call remote procedures from a GUI to move left/right/up/down. As I have 2 WindowsXP computers my C# RPC's work great. QUESTION: I also need to drive this PTZ from a computer running Windows, but the coding environment is JAVA. What does the JAVA coder need to do in order to call my functions? thanks, xlthim :confused:
xlthim
Posts
-
C# RPC from JAVA -
IP CamerasI have a camera hooked up to an Axis 241Q. Axis has an SDK that is killer - can supply MJPEG, MPG4... There is also code to record the video coming from the IP camera. I have tweaked the code so my camera's IP is always in the textbox. I launch my program and get the viewer, then press a button I added to launch the recorder minimized. Now, if I could just get the video to the web...... xlthim
-
I need to re-broadcast IP cameraI have an IP camera hooked up to my laptop - locally I can see video. How do I re-broadcast the video out my 2 network connection so it can be seen from the web, or at least another computer. What I need is a netmeeting type project that can use an IP camera instead of a capture card. tks xlthim
-
Selecting comms in C#I have a laptop streaming video from a web-base camera. I have 2 options: a Verizon wireless modem on the PCMCIA slot, and a Satellite modem on a USB slot. My C# code does all my controlling I need EXCEPT how do I switch between the two comms options - both automatically and manually? tks xlthim :confused: