Search found 3 matches
- Sat Dec 30, 2006 1:09 am
- Forum: User Contributions
- Topic: Small bugfix for zm_image.h
- Replies: 2
- Views: 5331
Re: Small bugfix for zm_image.h
Hello, Phil. In function inline void Assign( const Image &image ) it is possible to go out of source buffer memory and get segmentation fault. diff -u zm_image.h_orig zm_image.h --- zm_image.h_orig 2006-05-08 15:46:53.000000000 +0300 +++ zm_image.h 2006-12-29 11:21:15.000000000 +0200 @@ -220,7 +220 ...
- Fri Dec 15, 2006 3:23 pm
- Forum: User Contributions
- Topic: Intellinet IP-Camera Model MWNC-100 HTTP protocol translator
- Replies: 2
- Views: 11571
- Mon Dec 11, 2006 4:24 pm
- Forum: User Contributions
- Topic: Intellinet IP-Camera Model MWNC-100 HTTP protocol translator
- Replies: 2
- Views: 11571
Intellinet IP-Camera Model MWNC-100 HTTP protocol translator
Hi all, I've just made a "protocol translator" than can be used to grab jpg images directly from Intellinet cameras with the Intellinet "Image Transfer Protocol". Basically this tool accepts HTTP connections on localhost and when GET requests arrive it gets images from the camera and encapsulates ...