Search found 4 matches

by voldermord
Tue Jan 31, 2023 8:01 pm
Forum: BeadaPanel
Topic: Sending continuous stream of image updates?
Replies: 3
Views: 3810

Re: Sending continuous stream of image updates?

Ok. I have successfully done what I wanted and it works great. However, I noticed that only the following works: "video/x-raw, format=RGB16, width=1280, height=480, framerate=0/1" If I change the header format to RGB/RGBA/ARGB and also convert the picture accordingly to the right format, the picture...
by voldermord
Tue Jan 31, 2023 8:18 am
Forum: BeadaPanel
Topic: Sending continuous stream of image updates?
Replies: 3
Views: 3810

Sending continuous stream of image updates?

I tried sending multiple images within a single START and END tag, but only the first image is shown. Subsequent images are ignored.

If I send the images with a RESET tag or CLEAR tag, the image updates but there is flickering.

Do I need to use video stream? Do you have example for this?
by voldermord
Sat Jan 28, 2023 9:23 pm
Forum: BeadaPanel
Topic: PanelLink sample usage?
Replies: 2
Views: 3545

Re: PanelLink sample usage?

That fixed it. Thanks!
by voldermord
Fri Jan 27, 2023 7:51 pm
Forum: BeadaPanel
Topic: PanelLink sample usage?
Replies: 2
Views: 3545

PanelLink sample usage?

Hello, I am trying to use PanelLink to display image onto the panel. I have tried and compiled the repo https://github.com/NXElec/panelLink but I cannot figure out what is wrong? There is nothing displayed on the panel. Am I doing something wrong with the program parameters? I have also read the doc...