Pet

A Pet camera watches the animals of the house. On top of the platform features it adds pet profiles, a recogniser that learns each pet from confirmed images, and an activity record with the backend’s reading of it. ProductType.pet ("Pet") is the product id used by Subscriptions.

All profile, image and activity calls are on Factory.petService.

In this section

Page Covers
Pet Profiles & Images Creating profiles; uploading, attaching and detaching reference images
Pet Recognition Reviewing the crops the recogniser proposes and feeding back
Activity Summary & Insights What each pet did, and the trends the backend sees in it

Events

A Pet camera raises EventTag.pet when it sees one, alongside the generic animal tag. Switch detection with the pet flag of CloudAiDetections (under cloudAi / edgeAi on EventDetectionSettingsRequest) — see Device Cloud Settings. Events that the recogniser attributed to a known pet are what feed the activity summary.


Table of contents