## Python SDK for AI Vision Developer Kit
This library allows developer to control the [Qualcomm Visual Intelligence Platform](https://www.qualcomm.com/news/onq/2018/05/07/qualcomm-vision-intelligence-platform-microsoft-azure-bring-edge-ai-solution) 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](https://azure.microsoft.com/en-us/services/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:
```python
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
Raw data
{
"_id": null,
"home_page": "https://github.com/microsoft/vision-ai-developer-kit",
"name": "aio-iotccsdk",
"maintainer": "",
"docs_url": null,
"requires_python": "~=3.5",
"maintainer_email": "",
"keywords": "iot,ai,camera",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/fa/26/18c5d4da658ea15af5fa7050489e85ace53dd30c7890fb4d077d0b29925c/aio-iotccsdk-0.1.4.tar.gz",
"platform": null,
"description": "\r\n## Python SDK for AI Vision Developer Kit\r\n\r\nThis library allows developer to control the [Qualcomm Visual Intelligence Platform](https://www.qualcomm.com/news/onq/2018/05/07/qualcomm-vision-intelligence-platform-microsoft-azure-bring-edge-ai-solution) for hardware acceleration fo AI models to deliver superior inferencing performance.\r\n\r\nThe library enables developers to easily combine the Vision AI DevKit with [Azure IoT Edge](https://azure.microsoft.com/en-us/services/iot-edge/) to deploy vision ML models and custom business logic from the cloud to the edge. \r\n\r\n## Usage\r\n\r\nThe main class for controlling the camera is the CameraClient:\r\n\r\n```python\r\nfrom iotccsdk import CameraClient\r\ncamera_client = CameraClient.connect(username=\"admin\", password=\"admin\", ip_address=<camera ip address>)\r\ncamera_client.configure_preview(resolution=\"1080P\",encode=\"AVC/H.264\",bitrate=\"1.5Mbps\",display_out=1)\r\ncamera_client.set_preview_state(\"on\")\r\nrtsp_stream_address = camera_client.preview_url\r\n```\r\n\r\nFor more complete code examples see the samples folder in the project GitHub repository https://github.com/microsoft/vision-ai-developer-kit.\r\n\r\n## Release History\r\n\r\n\r\n0.1.4 (2019-06-19)\r\n\r\n* Update project metadata and readme\r\n\r\n0.1.0 (2019-06-19)\r\n\r\n* Project creation\r\n\r\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "AsyncIO Camera SDK in Python for interacting with the Vision AI DevKit.",
"version": "0.1.4",
"project_urls": {
"Get Started": "https://azure.github.io/Vision-AI-DevKit-Pages/docs/Get_Started/",
"Homepage": "https://github.com/microsoft/vision-ai-developer-kit",
"Vision AI DevKit Page": "https://azure.github.io/Vision-AI-DevKit-Pages/"
},
"split_keywords": [
"iot",
"ai",
"camera"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "51248c302ec1d9066e31827df7342ef8feee71286bf5476500672f6002731529",
"md5": "6ed7100f57d1dcef7573b5b789c8a713",
"sha256": "69cc217cf9535264a3ffc04b2ab86b40ac80187495ce818d7d1b53a48e9793a2"
},
"downloads": -1,
"filename": "aio_iotccsdk-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6ed7100f57d1dcef7573b5b789c8a713",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.5",
"size": 15072,
"upload_time": "2023-06-26T07:40:21",
"upload_time_iso_8601": "2023-06-26T07:40:21.902261Z",
"url": "https://files.pythonhosted.org/packages/51/24/8c302ec1d9066e31827df7342ef8feee71286bf5476500672f6002731529/aio_iotccsdk-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fa2618c5d4da658ea15af5fa7050489e85ace53dd30c7890fb4d077d0b29925c",
"md5": "ceba774d14204dc9bb6b986721a01c04",
"sha256": "9f11befe34c7c5ca8c1a29454ff382e40c663a03ce59630df198a9d4b93ce82d"
},
"downloads": -1,
"filename": "aio-iotccsdk-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "ceba774d14204dc9bb6b986721a01c04",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.5",
"size": 11984,
"upload_time": "2023-06-26T07:40:23",
"upload_time_iso_8601": "2023-06-26T07:40:23.730338Z",
"url": "https://files.pythonhosted.org/packages/fa/26/18c5d4da658ea15af5fa7050489e85ace53dd30c7890fb4d077d0b29925c/aio-iotccsdk-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-26 07:40:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "microsoft",
"github_project": "vision-ai-developer-kit",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "aio-iotccsdk"
}