meta-vision-api icon indicating copy to clipboard operation
meta-vision-api copied to clipboard

Feature: Sending requests to your own server

Open dcrebbin opened this issue 6 months ago • 4 comments

Like sending the captured video frames to a server for some sort of AI processing

dcrebbin avatar Jun 08 '25 05:06 dcrebbin

when will you do this?

sakshamwithweb avatar Oct 14 '25 18:10 sakshamwithweb

I've been too busy to build out any of these issues but this one would be quite simple to implement if you want to try it. Any UI updates ensure it aligns to the current design & ensure the code is following the projects patterns & layout.

Thanks :)

dcrebbin avatar Oct 15 '25 06:10 dcrebbin

Hey Devon, I wanna make it so the rayban records 10 sec clips, degrade the quality and sends to my server continuously. My server will run an AI model to detect any elder abuse and alert caretakers if it finds something. Can you tell me how I can implement it and can we do everything (degrading quality and sending to server) on a custom app instead of extension? Thanks for replying bro..

sakshamwithweb avatar Oct 15 '25 17:10 sakshamwithweb

It depends on if the model you're using is going to be using real videos or multiple frames (which will depend on if the model accepts video as a modality)

For video you'd use the Media Stream recording api and then use ffmpeg to downgrade the quality.

For the frame method I believe the project is currently already downgrading the quality so you'd have to play with those values. You'd just need to add an option to send it to your local (or hosted server) than than to an AI provider.

dcrebbin avatar Oct 16 '25 07:10 dcrebbin