Azure services for employee tracking in factories
I’ve noticed that Spatial Analysis in Azure is scheduled to be retired. I’m looking for similar services that can perform tasks such as: Counting people in specific areas. Detecting when a line is crossed. Monitoring movement across specific…
How do I access Azure AI Video Indexer ARM API Programatically?
I'm quite lost here. For some reason, almost all documentation relating to my problems are bringing up a 404. I'm trying to programmatically access Azure AI Video Indexer. I've downloaded (and slightly modified) the ARM API example from the github here: …
Regarding acquisition of Azure facial recognition API for research purposes
Hello, I would like to know the detailed conditions for students to use the facial recognition API. I am a university student in Japan and would like to obtain Azure's facial recognition API for use in my research. I sent an application from that email…
Persistent error message when attempting to use Azure AI Video Indexer API (ARM-managed) - "USER_NOT_SIGNED_IN"
I am working on a flow in Logic Apps. Once a video has finished indexing, this flow is triggered. The flow is intended to save the outputs of the Get Prompt Content API…
Video Indexer Transcript Update API Success Response Leads to Transcript Removal
I am encountering an issue with the Video Indexer API when attempting to upload an updated caption file after downloading and modifying it. Below are the detailed steps and observations: Steps to Reproduce: Download a caption file (e.g., .srt or .txt)…
Video Indexer cannot access Storage ACcount
Hello, I have an Azure Video Indexer instance with an associated Storage Account and a User Assigned Managed Identity, all in the East US region. The Managed Identity has Storage Blob Data Contributor role over the Storage Account. The issue is that any…
Uploading from OneDrive to VideoIndexer fails - but why?
Hi, In OneDrive I clicked on "share", for everybody, and copied the URL. In VideoIndexer I entered the URL - even the checkmark shows green. But when I click "add" it doesn't work! It's an MP4 fo some 20 MB from my OneDrive.
Can't play the file. Enable CORS on your storage account
I am reaching out for assistance with a CORS configuration issue related to our Azure Storage account used for video playback in the Video Indexer portal. Currently, our CORS settings include the following rule: Allowed Origins:…
How to successfully render Azure Video Indexer project?
I am using the Azure Video Indexer portal. I have created a project composed of clips of videos that I have indexed. Unfortunately, when I hit the "Render" button for the project, the system appears to be rendering for several minutes but…
Video unavailable
Hi, The video indexer was working fine with API. But when I tried indexing another video, it shows getting video, noticed the preview etc. But after 10 % it shows video unavailable. I have uploaded a video via the web, and it shows indexing. But it…
ALL of processes on Azure AI Video Indexer will be completed in same region?
Hi, Please advice. I plan to use Azure AI Video Indexer for production. However our security policy require to keep our source data in our country. If we upload to Azure AI Video indexer in Region A, ALL of processes on Azure AI Video Indexer will be…
Automating ARM Access Token Generation for Microsoft Video Indexer API using Python
Currently, I'm using azure video indexer with ARM based token. I'm utilizing a bearer token obtained from…
Getting aborted error when using TTS Avatar synthesis API.
I am using Azure TTS avatar batch synthesis API. The request is submitted successfully but the response is not started like 30 mins and later I tried with the jobId then the response is it is aborted. Help me with debugging this issue and let mw know why…
Azure Video Indexer - Cannot get the insights widget to work
I'm new to using Azure Video Indexer and have been playing around with the code samples to try out the service. So far, everything works great except for one thing - no matter what I do, I am unable to get the video insights widget to load correctly as…
Textual Summary Button not appearing.
Hello, I would like to ask if it is possible if i am on free trial to see the video indexer summary button? I have connected my AI model with my video indexer yet I still can't see the button. Am i doing something wrong? or it is not available in free…
Unable to confirm your University ID
when I create azure free account for student then get Unable to confirm your University ID how can solve this problem I'm from Jordan
Any license required to use AI Video indexer?
Only for confirmation. Appreciate for your advise. Does any MS license is necessary to use AI video indexer? https://azure.microsoft.com/ja-jp/pricing/details/video-indexer/
Azure Services for Video Content Moderation
I have used several Azure services for content moderation, including Azure AI Computer Vision, Azure AI Content Safety, and Azure Video Indexer. Among these, only Video Indexer supports video moderation directly, but it also provides features like…
Unable to Generate Permanent Token for Azure Video Indexer Managed by ARM
Hello Azure Support Team, I am currently facing an issue with generating a permanent access token for Azure Video Indexer. My Video Indexer account is managed through Azure Resource Manager (ARM), and I have been trying to perform operations such as…
How do I resolve requests.exceptions.HTTPError: 424 Client Error Failed Dependency for url in Azure Video Indexer?
This is the code I am using in Python to upload a video and search for frames using natural language. I understand that this code does not do the latter but I am getting an error message from before the default insights can be generated. # imports from…