Inserting video in Readme of the project on EdgeImpulse

How can I insert video from youtube or computer in the readme of the project on EdgeImpulse? I do not find markdown for it. Please help.

Hello @timothy.malche,

There is no good way of doing so in Markdown.

I usually use in Github readme:

[![ALT TEXT](https://img.youtube.com/vi/YOUTUBE_VIDEO_ID/0.jpg)](https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID)

On Edge Impulse Studio, you’ll have to download the https://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg image locally on your laptop and manually upload it to Edge Impulse project’s description (we block external content for security reasons).

I hope that helps,

Regards,

Louis

1 Like

Hi @louis , thanks. I did same thing.