Able to setup FTP, but the option under snapshot and motion for FTP are greyed out and of course it doesn't work...
I was able to roll back to a earlier version to get everything working!
so just letting everyone know.
chris
This works fine as a batch filevaggos wrote:Your wellcome.
If you like inform us for your success to try another method to upload images when ip camera haven't this option. Now i use dyndns but i suppose its not so secure. I see a lot of try in my cisco to port 22 and 23 with telnet.
Code: Select all
::image get script
set name=1
:start
wget "http://192.168.1.97:88//cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=*******&pwd=*****&" -O snapshot.jpg
ffmpeg -i snapshot.JPG -vf "drawtext="fontsize=16:fontcolor=white:shadowcolor=black:box=1:boxcolor=black@0.6:fontfile=LTYPEB.ttf:textfile=z\\:overlay.txt:x=(w-text_w)/2:y=700"" -q:v 3 frame%name%.jpg -y
timeout /nobreak /t 14
set /a name=%name% + 1
goto start