Skip to content

Flussonic Home v1

Flussonic Home v1 - a wireless pan-tilt home camera. It is ideal for home and small businesses: it has a friendly appearance and can be easily installed on a shelf or ceiling.

How to connect the camera

Instructions for connecting to the Watcher.

How to reset the camera

There is a Reset button at the bottom of the camera. Press it with a pin for 5 seconds until you hear a sound notification.

How to change settings

Through the web interface

If the camera is connected to the Watcher service, you can go to the "Camera Settings" menu to adjust the image settings.

Through the API

Camera settings can be changed via the API. Here is an example of how to flip the image using the curl utility:

curl -v -u user:password -X PUT -d '{"image_orientation":"upside_down"}' <cameras_ip:port>/iris/api/v2/sensors/0

API

The camera is suitable for integration into other software systems. Its API respects our development guidelines.