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.

framebuffer
-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 ...
elisosceles's user avatar
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,...
Zermil's user avatar
  • 1
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 ...
hypnomaki's user avatar
  • 604
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(...
uselessguy's user avatar
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) ...
dings's user avatar
  • 1
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 ...
sai teja reddy's user avatar
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 ...
Dongju Park's user avatar
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:...
user25378595's user avatar
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 ...
CodeForFun's user avatar
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 ...
dhan's user avatar
  • 63
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 ...
Ajdin Jusic's user avatar
0 votes
0 answers
38 views

What happens when rendering an OpenGL buffer that has been padded with NULL (or another value)?

I have the following setup: S - the scene that includes terrain, some houses and other man-made objects T - a set of tree configurations that I would like to iterate through and place in S. Every ...
rbaleksandar's user avatar
  • 9,334
0 votes
1 answer
61 views

glBlitFramebuffer - glReadBuffer and glDrawBuffer refer to the same buffer

Just for learning purposes I test what happens when I call glBlitFramebuffer when glReadBuffer and glDrawBuffer refer to the same buffer. The custom framebuffer is defined this way: bool initFBO() { ...
Irbis's user avatar
  • 1,377
0 votes
1 answer
77 views

My embedded application doesn't receive keyboard events (Linux framebuffer/Qt+QML application/systemd service/VNC server)

I need to remotely control a Qt / QML application on an embedded ARM instrument. I intended to do that using VNC. This doesn't work. An USB keyboard plugged in the instrument doesn't work either. NB: ...
Jean-Loup Sabatier's user avatar
0 votes
1 answer
49 views

Default render color vector for fragment shader when using a frame buffer with multiple attachment?

ChatGPT insists that when using a framebuffer and attaching multiple draw buffers, the 0-indexed one will be the one that when you write to in the shader, it will be rendered on the canvas. However I ...
Yuval A.'s user avatar
  • 6,049

15 30 50 per page
1
2 3 4 5
77