Skip to main content

Questions tagged [framebuffer]

In general a framebuffer is a graphic hardware-independent abstraction layer used to display output to a monitor or display.

-1 votes
0 answers
10 views

Why are textures warping after I switch computers?

I had been on a trip for a while, and I worked on my opengl project on my laptop while I was gone. When I got back a couple days ago, I decided to start working on it again, but this time on my main ...
4 votes
3 answers
13k views

Embedded linux framebuffer rotate

I have to integrate an LCD screen to my embedded linux (ARM9) system. The LCD is portrait 320x480 and I need to run the screen in landscape orientation 480x320. Using the LCD config register I can ...
0 votes
1 answer
18 views

D3D11 How to properly copy from swap_chain/render target

I've been trying to write a function that simply takes the backbuffer/framebuffer and saves its contents to a file. internal unsigned char *r_get_backbuffer(Arena *arena, GFX_Window *window, int width,...
0 votes
1 answer
31 views

Lvgl Overlay - Element on transparent screen

I have a simple lvgl example which runs on an embedded device. It should work like an Overlay on top of an existing image. In this case, I only want to render the text of the label thus the label and ...
0 votes
1 answer
63 views

OpenGL: Render Framebuffer into Framebuffer

I am currently working on a c++ program using OpenXR with OpenGL. I managed to render everything that I wanted into VR. I have one framebuffer per eye, and then 3 more for layers (crosshair/menu) ...
0 votes
0 answers
35 views

SDL-GPU Rendering to texture results in rough edges

I have a texture and I render a circle to it using SDL-GPU, then I render this texture to the window: #include "SDL2/SDL.h" #include "SDL2/SDL_gpu.h" int main() { if (SDL_Init(...
1 vote
1 answer
36 views

can we display same framebuffer side by side on screen simultaneously using DRM(direct rendering manager) APIs in linux?

can we display same framebuffer side by side on screen simultaneously using DRM(direct rendering manager) APIs in linux? constraints: need to use single plane and single framebuffer what I already ...
0 votes
0 answers
58 views

Program using framebuffer killed on Ubuntu 18.04 but works on Ubuntu 22.04

I'm currently developing a program that interacts with the framebuffer. The program works perfectly on Ubuntu 22.04, but it gets killed with the message "killed" on Ubuntu 18.04. Here is the ...
0 votes
0 answers
35 views

Displaying a Video with Raspberry and OpenCV problems with Framebuffer

I am pretty new in this forum, so sorry in advance if I don't know some etiquette ;) I want to loop two videos on two screens and they have to be in perfect sync. I am following this person's approach:...
0 votes
1 answer
47 views

Using Depth FBO for shadow map causes weird behaviour

I am using Silk.Net for OpenGL interfacing, loading .obj files for model and material data. Everything works as I would want it, and tried to add Shadow Mapping to the whole thing (following ...
10 votes
1 answer
4k views

What is the relationship between framebuffer, VT, and tty?

I'm now studying what is the mechanism behind Ctrl+Alt+F1~F7. I found some infomation talk about framebuffer, VT, and tty. I know framebuffer is an anstraction to graphic card manipulation and tty(and ...
0 votes
1 answer
103 views

Android Kernel module to modify the Framebuffer

I am in search of a tutorial or guidance on how to access the framebuffer (fb0) from an Android device and modify specific pixel columns. From my research, it seems this can be achieved by creating a ...
0 votes
0 answers
90 views

Building an Virtual Camera that Receives frames with RTP

I litle interduction to my Project so i have an virtual camera that i build with Directshow, Works how t supposed to work, then i installed an external library uvgRTP and made the code so i receive ...
19 votes
1 answer
19k views

SDL2 on Raspberry Pi without X?

I'm hoping to develop some code that uses SDL2 to display graphics on the 7" RPi touchscreen, but I'd rather not install a full desktop OS. I've got Raspbian Buster Lite installed. Some simple ...
2 votes
2 answers
6k views

Specify a display for a sink in GStreamer

I'm trying to display a video stream on a specific screen. Right now I use the waylandsink that has display and fullscreen properties so I have: gst-launch-1.0 videotestsrc ! waylandsink display=...

15 30 50 per page
1
2 3 4 5
77