The Wayback Machine - https://web.archive.org/web/20210726130157/https://github.com/topics/memory-mapping
Skip to content
#

memory-mapping

Here are 26 public repositories matching this topic...

ramilsafnab1996
ramilsafnab1996 commented Nov 2, 2018

Let's consider the code:

...
lirs::V4L2VideoCapture capture("/dev/video0", ...);
if (capture.IsOpened()) {
    capture.StartStreaming();
    // formats, frame, etc. rate are negotiated, buffers are allocated
    capture.Set(lirs::CaptureParams::FPS, 60);   // change the frame
}

In the code above frame rate is being changed during streaming process.
Currently, this change wil

Improve this page

Add a description, image, and links to the memory-mapping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-mapping topic, visit your repo's landing page and select "manage topics."

Learn more