Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

catwatch-0.1.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

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

Hashes for catwatch-0.1.0.tar.gz
Algorithm Hash digest
SHA256 04f0f9e49d36047f4ff55a9f9a1505f22269eeb11630eb1a48a4d98a4cc1fe66
MD5 f17df729ab686ef2b9442d6abce9104a
BLAKE2b-256 669b1052fd54d1d1ea5f29a64c682c6019c646d4503af4e5bf63ce0c16cc6296

See more details on using hashes here.

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

Hashes for catwatch-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d5de209ad05623b5d2862aefef5bd5ad44f4e0dd8961650477c9b00dcbd2561e
MD5 fcfd7d21f6302fe4acc68f6e4b02e2ae
BLAKE2b-256 b646e38d840a40f7e90b718c71b5a70a9276ff74dcf7601360fb3118b554b6ac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page