AsyncIO Camera SDK in Python for interacting with the Vision AI DevKit.
Project description
Python SDK for AI Vision Developer Kit
This library allows developer to control the Qualcomm Visual Intelligence Platform for hardware acceleration fo AI models to deliver superior inferencing performance.
The library enables developers to easily combine the Vision AI DevKit with Azure IoT Edge to deploy vision ML models and custom business logic from the cloud to the edge.
Usage
The main class for controlling the camera is the CameraClient:
from iotccsdk import CameraClient
camera_client = CameraClient.connect(username="admin", password="admin", ip_address=<camera ip address>)
camera_client.configure_preview(resolution="1080P",encode="AVC/H.264",bitrate="1.5Mbps",display_out=1)
camera_client.set_preview_state("on")
rtsp_stream_address = camera_client.preview_url
For more complete code examples see the samples folder in the project GitHub repository https://github.com/microsoft/vision-ai-developer-kit.
Release History
0.1.4 (2019-06-19)
- Update project metadata and readme
0.1.0 (2019-06-19)
- Project creation
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
File details
Details for the file aio-iotccsdk-0.1.4.tar.gz
.
File metadata
- Download URL: aio-iotccsdk-0.1.4.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f11befe34c7c5ca8c1a29454ff382e40c663a03ce59630df198a9d4b93ce82d |
|
MD5 | ceba774d14204dc9bb6b986721a01c04 |
|
BLAKE2b-256 | fa2618c5d4da658ea15af5fa7050489e85ace53dd30c7890fb4d077d0b29925c |
File details
Details for the file aio_iotccsdk-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: aio_iotccsdk-0.1.4-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69cc217cf9535264a3ffc04b2ab86b40ac80187495ce818d7d1b53a48e9793a2 |
|
MD5 | 6ed7100f57d1dcef7573b5b789c8a713 |
|
BLAKE2b-256 | 51248c302ec1d9066e31827df7342ef8feee71286bf5476500672f6002731529 |