Group Abstract Group Abstract

Message Boards Message Boards

Can a video clip be stored in a databin and then accessed for processing?

Posted 4 years ago
POSTED BY: Nitin Borwankar
2 Replies

At least this work, so looks like videos can be added to Data Drop:

v=Import["ExampleData/Caminandes.mp4"]
bin=CreateDatabin[]
DatabinAdd[bin,v]
Values[bin]

Perhaps this would be helpful: https://www.wolfram.com/datadrop/quick-reference/home

POSTED BY: Sam Carrettie

Hi Sam,

Thanks for that code. I am not sure it answers the question about a) uploading from off-cloud to on-cloud b) being able to access it on-cloud after upload for processing. If I understand the code correctly it is being run in the cloud and accessing a video clip already available in the cloud. The code I posted is being run via calling the CloudDeployed API via web client on a phone or on a laptop - video is then uploaded from device to the cloud. Then it is accessed from the cloud to process. Your code which I will try in the cloud seems to assume the video file is already in the cloud and is known to be accessible. This is slightly different.

POSTED BY: Nitin Borwankar
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard