AI Inspection SDK
Project description
CatWatch SDK
Drone inspection SDK for the CatWatch platform.
Install
pip install catwatch
Usage
from catwatch import CatWatch
cw = CatWatch(api_key="cw_live_YOUR_KEY")
cw.connect(source=0) # 0 = webcam, RTSP url, or picamera2 object
print(cw.dashboard_url)
@cw.on_detection
def on_det(msg):
print(f"{len(msg['detections'])} detections")
@cw.on_analysis
def on_analysis(msg):
print(f"[{msg['data']['severity']}] {msg['data']['description']}")
cw.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
catwatch-0.1.1.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file catwatch-0.1.1.tar.gz.
File metadata
- Download URL: catwatch-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.9.6 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfa4545d4d2fee98f7cdfd01f137a04cfc8730437d14aa2f004a07d72a5109b8
|
|
| MD5 |
63aae9710642480872b8e21fac96187d
|
|
| BLAKE2b-256 |
3897e8ed7c805d9e695c09a04ecde9aa0d2e0dc827591717ed688792d1ab9dda
|
File details
Details for the file catwatch-0.1.1-py3-none-any.whl.
File metadata
- Download URL: catwatch-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.9.6 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d774b82e822fa6c53aa320e47d25f1c4be78129c39e23bd734c026035bd524f
|
|
| MD5 |
3a229b18902ed2fd54f2566d1d0d6683
|
|
| BLAKE2b-256 |
fc88f57f9a5afee68b3d0f2f6102d11635f5bbbfc97195f1bc21ef58bcafb7df
|