Skip to content

Commit eae6511

Browse files
committed
Updating Code with Logs
1 parent 8030df0 commit eae6511

File tree

3 files changed

+221
-136
lines changed

3 files changed

+221
-136
lines changed

ai_services/vision/python/stream-video/README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,11 @@ optional arguments:
6363
--namespace NAMESPACE namespace of the Bucket
6464
--bucket BUCKET_NAME bucket name
6565
--prefix PREFIX prefix
66-
--feature FEATURE feature
6766
```
6867

6968
## 6. Some examples commands:
7069
```
71-
python3.9 stream_video_demo.py --compartment-id --camera-url "rtsp://64.181.159.98:443/stream" --namespace "idvbwij6bjry" --bucket "stream-test" --prefix "testing" --feature FEATURES "[
72-
{
73-
"featureType": "OBJECT_TRACKING",
74-
75-
"trackingTypes":[
76-
{
77-
"objects": ["face"],
78-
"maxResults": 5,
79-
"shouldReturnLandmarks": True,
80-
"biometricStoreId": "ocid1.aibiometricstore.oc1.phx.amaaaaaat4fqliqahiowefua5gnv4vclqzejnjbt6udryjuqrmsqvppkp74a",
81-
"biometricStoreCompartmentId": "ocid1.tenancy.oc1..aaaaaaaanvgztn3ytxqdpryxvcv6xfx4xaggt7n243kjzim36xstqbymdgkq"
82-
}
83-
]
84-
}
85-
]"
86-
70+
python3.9 stream_video_demo.py --compartment-id "COMPARTMENT_ID" --camera-url "RTSP_URL" --namespace "NAMESPACE" --bucket "BUCKET_NAME" --prefix "PREFIX"
8771
Above command will create stream source, stream job and stream group, then start and stop stream job and finally delete everything
8872
8973
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
oci==2.156.1+preview.1.257
2-
--index-url="https://artifactory.oci.oraclecorp.com/api/pypi/global-release-pypi/simple"
2+
--extra-index-url="https://artifactory.oci.oraclecorp.com/api/pypi/global-dev-pypi/simple"
33
--extra-index-url="https://artifactory.oci.oraclecorp.com/api/pypi/ocas-service-platform-dev-pypi-local/simple/"
4-
--extra-index-url="https://artifactory-builds.oci.oraclecorp.com/api/pypi/ocas-service-platform-dev-pypi-local/simple"
5-
--trusted-host="artifactory.oci.oraclecorp.com"
6-
vision-service-python-client-internal==0.3.155
4+
--trusted-host=artifactory.oci.oraclecorp.com
5+
vision-service-python-client-internal==0.3.155

0 commit comments

Comments
 (0)