Video Fragment Ingest¶
Cloud Streaming Interfaces.
Install¶
pip3 install video-fragment-ingest
Intro¶
Consume Streaming VideoIngestFragment messages and hardware decode them into cpu np.ndarray.
message VideoIngestFragment {
string customer_id = 1;
string facility_id = 2;
string camera_id = 3;
string s3_uri = 4;
float duration = 5;
google.protobuf.Timestamp start_ts = 7;
map<string, string> tags = 8;
}
Dependencies¶
To run this package the environment must:
- Have an available
nvidiagpu device. DEEPSTREAM_VER="7.1"GSTREAMER_VER="1.24.12"