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.2.tar.gz
(5.2 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.2.tar.gz.
File metadata
- Download URL: catwatch-0.1.2.tar.gz
- Upload date:
- Size: 5.2 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 |
c4a7087d7f7a295e4b0ba4abfa61ad2e22bf53e1654af4eeef31f9558ce1b266
|
|
| MD5 |
6d0106b89e45eb277ca6b8ee1303fa57
|
|
| BLAKE2b-256 |
f740f7360481e4351bfc8c3d1200142ba94a15951d4eb2f1b5bba62a0c59cbba
|
File details
Details for the file catwatch-0.1.2-py3-none-any.whl.
File metadata
- Download URL: catwatch-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.7 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 |
e3b55affd74bfc1509a03d9f1603ed144bc66e2d4d3ae918bf6aa59eb433f494
|
|
| MD5 |
26348b74020e1019de932a99e76ca002
|
|
| BLAKE2b-256 |
63abd336018041e90ad1ec4c70bbd074f6b94892e6754e40b58aa0bca3daf800
|