Feature: Sending requests to your own server
Like sending the captured video frames to a server for some sort of AI processing
when will you do this?
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 :)
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..
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.