Top "Buffer" questions

A buffer is an area of memory set aside for temporary storage of data while it is being moved from one place to another.

How to disable Buffer in OpenCV Camera?

I have this situation where I use OpenCV to detect faces in front of the camera and do some ML …

node.js opencv camera buffer opencv4nodejs
Make ipython notebook print in real time

Ipython Notebook doesn't seem to print results in real time, but seems to buffer in a certain way and then …

python buffer ipython-notebook
resample audio buffer from 44100 to 16000

I have audio data in format of data-uri, then I converted this data-uri into a buffer now I need this …

node.js audio buffer web-audio-api
OpenGL VBO updating data

I have to draw a buffer that holds a couple thousand vertices. I am using a vbo to store the …

c++ opengl buffer vbo
C++ cout and cin buffers, and buffers in general

Can someone explain the concept of buffers a bit more explicitly? I understand that buffers are data structures where characters …

c++ flush buffer
golang - bufio read multiline until (CRLF) \r\n delimiter

I am trying to implement my own beanstalkd client as a way of learning go. https://github.com/kr/beanstalkd/…

go io buffer beanstalkd
Why do I need std::get_temporary_buffer?

For what purpose I should use std::get_temporary_buffer? Standard says the following: Obtains a pointer to storage sufficient …

c++ memory-management stl buffer temporary
How to write to serial port using PHP? Having an issue with buffering

EDIT: I have done some testing with the following script (found here: PHP serial port data return from Arduino). It …

php serial-port buffer stty
Display number of current buffer

I have a simple requirement: I want to display the number of the buffer I'm currently editing. I don't want …

vim buffer statusline
How to use OpenGL orthographic projection with the depth buffer?

I've rendered a 3D scene using glFrustum() perspective mode. I then have a 2D object that I place over the 3…

opengl buffer depth orthographic