- Notifications
You must be signed in to change notification settings - Fork1
Kodo-kakaku/ONVIF-PTZ-proxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is necessary to control a turntable made by skilled craftsmen, it deserves your attention! Currently, the project is in deep development and is not ready for use, stay tuned for news.
- Install dependencies
pip install -r requirements.txt
- Start app:
uvicorn app.main:app --host 0.0.0.0 --port 80 --log-level info
- Establish a connection to the camera.
- Receive video stream from camera.
- Check operation with other cameras.
- Develop a library to work with PTZ platform.
- Write README.md