Author: guivi
-
Minimal kiosk
Steps: Install the lite version of raspbian and make it boot to console with autoogin. Next edit /home/pi/.bash_profile to automatically start the gui. There’s a check for the bash context first, so you don’t accidentally start chromium whenever you ssh in. This below may not be needed. The last bit is to setup /home/pi/.xinitrc to run chromium whenever you…
-
AI Annotation Software
This a collection of links to YouTube videos describing software for annotating data to be used in AI supervised learning.
-
omxplayer to stream
omxplayer “rstp://user:pass@host:port/path/subpath” –avdict rtsp_transport:tcp –no-osd –live –with-info –stats;
-
Adding Board 2 Arduino
To add the boards fro the links in this page, the link has to be placed under File->Preferences->Additional Board Manager URL:Then the board can be added through tools->board->Board Manager. For the LGT8F family boards:https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json Adafruit compatible bords:https://adafruit.github.io/arduino-board-index/package_adafruit_index.jsonhttps://adafruit.github.io/arduino-board-index/package_adafruit_index.json
-
Using ISO with Ventoy
Today I discovered ventoy while trying to install windows in my fathers computer. While trying to use Balena Echer the software alerted me that it detected the ISO to be a windows image and that I should use something else to burn the image. Because of that I discovered Ventoy (https://www.ventoy.netbern/en/doc_linux_webui.html)On the webpage there is…