User talk:Erylflynn

From ZoneMinder Wiki
Jump to navigationJump to search

Foscam FI9803P POE/Wireless Outdoor IP Camera

The Foscam FI9803P camera supports up to 720p resolution in color. You can connect it by Wireless 802.11n, wired with POE, or analog outputs.

NOTE!

Long passwords are not supported for any URL. This means you can have an admin for the webpage that is 128 bit but for a visitor login that Zoneminder will use, restrict the password to 40 bit. I would get a return of -2 which in the SDK means user or password wrong despite it being correct. Dropping to 40 bit password solved this.


Using FI9803P with Zoneminder

This section is to add tips and gotchas found in the future.

Configuration in Zoneminder

NOTE!

This assumes default ports are used.

88 for web
554 for rtsp stream


General

Source Type: Remote

Source

Port: 88
Source Path: /cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=<username>&pwd=<password>
Width: 1280
Height: 720

Using RTSP-stream:

General

Source Type: ffmpeg

Source

Source Path: rtsp://<username>:<mandatory password>@<camera ip address>:554/videoMain
Remote Method: RTP/RTSP
Width: 1280
Height: 720

I have read of suggestions to use other source types to prevent smudging and as if I find a setting that works will update.