Ask Your Question

pimartos's profile - activity

2014-07-07 07:53:50 -0600 received badge  Necromancer (source)
2014-07-06 18:31:00 -0600 answered a question Ip / network camera access.

Hi,

I have one of the "malformed http header" ip cams (vilar IPC-1002), this code (in python) worked at first try, so one can switch it to other languages easily: http://stackoverflow.com/questions/21702477/how-to-parse-mjpeg-http-stream-from-ip-camera

The trick is to search for the start and stop of the jpeg image bypassing the http stuff.

Hope this help others. Pedro