Video to numpy array

Hi @Sharan19 -

After you use the file_uploader widget, you will have a BytesIO buffer. To get the data from it, you need to read the buffer as shown here: