Hi, everyone!
I am facing a challenge to find a solution to my task. I have an RTSP link and I need to analyze it with the Cloud Video Intelligence API (such as number of people and object detection) and save this analysis in BigQuery for later sending to a Dashboard. I saw that there is a beta feature “Google Cloud Video Intelligence Streaming API”, but I don’t know how to use it, specifically the part about creating a named pipe (screenshot attached). The documentation comments that a named pipe is created to communicate between GStreamer and the AIStreamer ingestion proxy, with both processes running in my Docker container. Does anyone know of a specific tutorial on this part for someone just starting out?
I know there is Vertex AI Vision to receive streaming via RTSP, but I can’t use it because the streaming location needs to be in us-central1 and europe-west4, and these locations are not allowed for my project (my data cannot " leave" my country). If anyone could help me, I will really appreciate it.