Python Forum
Output Static image on HDMI2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Output Static image on HDMI2
#1
Photo 
Hey there,

I have a science project that I am working on and there is an important part of it that I am struggling with. I will have to output a static image on a second display (I will just call it the LCD from now on) which is connected to a Ubuntu 18.04 desktop pc via a HDMI cable. To do so I am allowed to use any programming language I want though python is strongly advised by my supervisor.

The LCD should not be used as a second monitor for the pc but rather as a separate device. Instead I just want it to show the image I send to the LCD until I send a new one. The image will be computed by an algorithm, that I will worry about later in the process.

From my research I gathered that I will likely have to write directly into the framebuffer of the LCD. But I couldn't find any info on how to realize that with python.

I guess my problem is that I don't even know where to start looking for the things I need to know. And that I get confused quickly whether the posts that I am reading are even relevant for my question.

So if someone could lead me into the right direction or tell me if the framebuffer idea is feasible to begin with, I would be very thankful.

Have a nice day
Felix

EDIT: I just realized that I didn't ask any direct questions:
- Is it possible to use the LCD as a "separate device" while it is being connected to the pc? Do I have the right approach?
- Where would I find the right resources to learn about the framebuffer and how to feed it with my image?
- Is there by chance any similar project/thread you know about?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem usage of static method akbarza 5 699 Feb-03-2024, 07:43 AM
Last Post: paul18fr
  Static type checking with PyPy pitosalas 1 558 Dec-14-2023, 09:29 PM
Last Post: deanhystad
  Class member become static Quasar999 1 782 Sep-16-2023, 12:52 PM
Last Post: deanhystad
  Are there optimizer for static code? AlekseyPython 5 2,734 Nov-03-2019, 07:52 AM
Last Post: AlekseyPython
  Using static methods for library? giu88 4 3,041 Sep-12-2018, 07:52 AM
Last Post: giu88
  Notebook is rendered as static html by github miner_tom 2 3,211 Aug-23-2018, 09:00 PM
Last Post: perfringo
  need to alter static picture to video file mika 1 2,855 Feb-23-2018, 02:11 PM
Last Post: ka06059
  Updating & Accessing a "Static" List Bass 4 4,556 May-23-2017, 07:12 PM
Last Post: Bass

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020