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. DeviceProductType.PET ("Pet") is the product id used by Subscriptions; EventType.PET marks its events.
All profile, image and activity calls are on InstaVision.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; events the recogniser attributed to a known pet carry event.petMetaData. Switch detection with AiDetection(pet = …) — see Device Cloud Settings.