Canvas is an awesome HTML tag that we can use through Javascript to make charts, graphs, games, and almost anything you can dream of.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: dentv-exlink | |
friendly_name: dentv-exlink | |
esp32: | |
board: wemos_d1_mini32 | |
framework: | |
type: arduino | |
# Enable logging but disable logging via UART |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ffmpeg -framerate 60 -pattern_type glob -i 'output/*.jpg' out.mp4 |