Hi, I have my project in balena and I am working on multimedia application which goes along the line of real time video processing. I would like to know, if i run my video, how should I view it? Can I just use turbovnc inside docker env and display? Did anyone else figure this out? Any help would be great. Thanks!
Hi. That depends on how you want to view your video. For an LCD connected to your device, you’ll want to take a look at balenaDash
: https://github.com/balenalabs/balena-dash. If you prefer using a VNC, this blog post should be helpful: https://www.balena.io/blog/running-a-gui-application-with-balenacloud/.
yes. Cool. Thank you! This definitely helps me. I am sorry I wasn’t clear, I want to view it using GUI. The second link helps. Thanks!