CatWatch drone 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.0.tar.gz
(4.1 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.0.tar.gz.
File metadata
- Download URL: catwatch-0.1.0.tar.gz
- Upload date:
- Size: 4.1 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 |
04f0f9e49d36047f4ff55a9f9a1505f22269eeb11630eb1a48a4d98a4cc1fe66
|
|
| MD5 |
f17df729ab686ef2b9442d6abce9104a
|
|
| BLAKE2b-256 |
669b1052fd54d1d1ea5f29a64c682c6019c646d4503af4e5bf63ce0c16cc6296
|
File details
Details for the file catwatch-0.1.0-py3-none-any.whl.
File metadata
- Download URL: catwatch-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 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 |
d5de209ad05623b5d2862aefef5bd5ad44f4e0dd8961650477c9b00dcbd2561e
|
|
| MD5 |
fcfd7d21f6302fe4acc68f6e4b02e2ae
|
|
| BLAKE2b-256 |
b646e38d840a40f7e90b718c71b5a70a9276ff74dcf7601360fb3118b554b6ac
|