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
Upgrade¶
For home cameras, we recommend using Online Update via the Watcher web interface.
- Download the latest firmware from the website. The file used for online updates has the
.bin
extension. - Go to the Watcher UI, open your camera's Camera Settings tab.
- Select the Update Firmware option.
- In the pop-up window, choose the IRIS protocol and specify the path to the firmware file.
- During the update process, the camera will blink red rapidly, and afterward, it will automatically restart.
API¶
The camera is suitable for integration into other software systems. Its API respects our development guidelines.