Uploading Image's on V5 Brain with Blocks

Does anyone know how to upload an image on a V5 brain with Vex Code Blocks?

That’s not possible in blocks.
Blocks only exposes a subset of functionality, to use these more advanced functions you need to work with C++ or Python.

8 Likes

You can try this way (I did)
https://youtu.be/ClEOXhKxFi4?si=3587fq-SBmBHx32P

1 Like