For composite video --> ElkRM, check out the VIP1. It doubles as a web server and can email or ftp photos based on contact closure or motion. It is also "officially" supported by elkrm. It is plug-n-play to work with elkRM, and the configuration interface is purely web based.
For composite video --> ElkRM, check out the VIP1. It doubles as a web server and can email or ftp photos based on contact closure or motion. It is also "officially" supported by elkrm. It is plug-n-play to work with elkRM, and the configuration interface is purely web based.
In my research on this topic I started to think about how I could use a plain old web cam with the TS-07. Since I've been doing all of my own HA software with Microsoft Robotics Developer Studio (MRDS), I figured I'd try using it for this. In fact, I got it to work without writing any code! Now I'm wondering if a software based approach might work for the DVTel cameras I mentioned earlier in this thread. It might be a bit CPU intensive, but my HA machine could convert the MPEG4 stream to MJPEG. I'll look to see if there are existing software solutions. The VIP1 looks cool, but if I can find a cheaper or free way to do this, I'd prefer that.
For the hackers, here's what I did with Robotics Studio. If you aren't interested in MRDS, you can skip this bit.
Make sure your webcam is plugged in. I used an MS LifeCam and a Logitech.
Go to a DSS command prompt. This should take you to your installation directory.
Type the following: dsshost -p:50000 -t:50001 -m:samples\config\webcam.manifest.xml. This will start the included webcam service with the default camera.
You'll want to verify that the node starts with no security and that DSSHOST is allowed through your firewall on TCP port 50000. If you do start with security you'll need to configure the camera with a username and password.
In "ElkRM Setup" configure a custom STILL camera at the IP address of the machine running the webcam with a port setting of 50000 and query string of "/webcam/jpeg". and send this to the TS-07.
Open the camera on the TS-07 and see live video!!!
The frame rate is a little slow, but it works well enough. Also, this can all be done in VPL, VB.NET or C# as well. Until I get my "real" cameras, this will be a fun way to experiment.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.