I am trying to use motion with a trendnet TV-IP572PI IP camera.
It works with vlc as in
vlc rtsp://netcam:544/play1.sdp
It has a single snapshot jpeg image at
http://netcam/image/jpeg.cgi
I can use wget to collect an image with
wget --user someone --password password http://netcam/image/jpeg.cgi
after renaming it to it.jpeg I can view it successfully with, for
example, geecie.
(I will attach such an image from the camera).
However, when I give the same uri to motion (motion.conf below)
motion fails reporting
" netcam_start: libjpeg decompression failure on first frame - giving
up"
Maybe a libjpeg problem, but how come geecie works?
---------------------------------------------------------------