Foscam FI8918W Camera Custom Component

I have a old Foscam Camera FI8918W (http://www.foscam.com/product/9.html) that doesn’t work with the original foscam component, so I modify the original one to support it.

Example configuration.yaml:

camera:
  platform: foscam_fi8918w
  ip: 192.168.1.206
  username: admin
  password: XXXXX
  port: 80
1 Like

I have two of these and I have been using the generic MJPEG camera to support them. Is there an advantage to your method over using generic?

To be honest I didn’t notice that exist a generic MJPEG camera component that could be used with my camera. I just focus in how modify the original foscam component to work with my camera (FI8918W).

With this component, do PTZ functions work? and how do i install this component?