Open CV VideoCapture running direct from Google Cloud Bucket

Hi, i would like to know if the VideoCapture method can use a bucket URL as parameter, but specifically if the processing will happen directly in the bucket or if a streaming/copy of the bytes will be made in background to the runtime (container or VM in Cloud). If i call from a cloud function the video will be processed inside the container in some temporary folder?

Tks!!!

most likely, not. what is a ‘bucket URL’ ?

some video formats need to cache parts of the video file
(e.g. to find keyframes for decoding)

what exactly are you trying to do there ?
what is your workflow ? may we see some code ?