Adds camera support to AiDot-Development-Team's python-AiDot library
Project description
python-aidot
Control AIDOT WiFi lights and cameras from Python and Home Assistant.
This is a camera-capable fork of the upstream lights-only
python-aidot. It adds
live WebRTC video streaming (DTLS and SDES-SRTP paths), snapshots, PTZ, camera
controls, cloud recordings/thumbnails, and two-way (push-to-talk) audio, plus a
Home Assistant custom component that exposes all of it.
Library install
The camera support is not published to PyPI (PyPI only has the upstream lights-only releases). Install this fork's library directly from the repo:
# lights + camera cloud/control only:
pip install "git+https://github.com/cbrightly/python-AiDot"
# add live WebRTC streaming, snapshots, and two-way audio:
pip install "python-aidot[webrtc] @ git+https://github.com/cbrightly/python-AiDot"
Home Assistant component
The custom component lives in custom_components/aidot/. Its manifest.json
lists the third-party Python dependencies (aiortc, av, paho-mqtt, …) so Home
Assistant installs those automatically, but the aidot library itself is not
on PyPI - install it into Home Assistant's Python environment first:
# inside the HA venv / container
pip install "python-aidot[webrtc] @ git+https://github.com/cbrightly/python-AiDot"
Then copy custom_components/aidot/ into your HA config/custom_components/
folder (or add this repo to HACS as a custom repository) and restart Home
Assistant.
CLI
test_camera.py exercises the camera features directly - discovery, LAN probe,
WebRTC streaming, snapshots, recordings, attribute get/set, and two-way audio
(--talk). Run python test_camera.py --help for the full list.
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
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 python_aidot_cameras-0.1.0.tar.gz.
File metadata
- Download URL: python_aidot_cameras-0.1.0.tar.gz
- Upload date:
- Size: 174.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c071f494a434db65f861045179ab43f86c6dbab929ab75e7ff3e34a9f5ab800
|
|
| MD5 |
1abeda4bd27d3bb7c894fc97ef98c141
|
|
| BLAKE2b-256 |
c9f8ac88678e4ed1ee7270292012d88cfb9e4197773de727bcc8cafc638b2ede
|
File details
Details for the file python_aidot_cameras-0.1.0-py3-none-any.whl.
File metadata
- Download URL: python_aidot_cameras-0.1.0-py3-none-any.whl
- Upload date:
- Size: 167.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1570e71ba09ad97036e44047815d26ceafb0467b0495a7456656e3f3d8cd57fc
|
|
| MD5 |
889300614fa4c863fceb7074d3b12e06
|
|
| BLAKE2b-256 |
1e15e6c2df86c11f85f252d92897cf0e19a5558ab8452b7a7c1be6f5e5f95652
|