This question has been flagged
1 Reply
3005 Views

I create a button and when I click this button, I would get continuous frames(pictures) from a certain camera; I would draw a circle on each frame and then show it on a certain place on odoo, then these frame would be seen as video.

 

So shall I get some advice / similar template for this?

Avatar
Discard
Best Answer

Hi,

If you want to show your picture as video then i suggest you to create your picture as GIF and you can add GIF to html video tag: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_video_poster

There is another way. You can use html animation tags like marquee:

https://www.w3schools.in/html-tutorial/marquee-tag/

You can create snippets to apply these functionality

Avatar
Discard
Author

thanks for your reply; but that is not my meanings; I get a frame one by one from a live camera and each one should be add a circle and the shown; these picture are continuous and each one only was shown once.