capture-video

Open-source projects categorized as capture-video
Language: + C + Java + C++

Top 4 capture-video Open-Source Projects

  • camerakit-android

    Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.

  • CameraView

    📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size. (by natario1)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • videoprocessor

    Video processing on live data.

  • Project mention: Replacing a ShieldTV... Looking for ~$400-600 pre-built powerhouse that can handle my specific HTPC needs. | /r/htpc | 2023-05-29

    Can you not do it with an HDFury to decode the HDR10+/DV data + Capture card & VideoProcessor ?

  • recordmydesktop

    Fork of recordMyDesktop X Window System desktop recording abandonware, much bug fixing and general cleanups/rewriting has been done. (by recordmydesktop)

  • Project mention: Disk write buffering and its interactions with write flushes | news.ycombinator.com | 2024-03-22

    One of the things I improved in my recordMyDesktop fork [0] was an awful tendency for the frame cache writer to accumulate heaps of dirty pages until background writeback would flush them out.

    I had 16GiB of RAM which meant quite large swaths of dirty pages would become buffered while the SSD sat idle until writeback began. This would cause high-FPS full-screen recordings in particular to just become backlogged and start dropping frames / audio dropouts. Just generally broken behavior for a desktop recorder, especially for a defferred-encode mode that's supposed to be optimized for minimizing system-wide effects/overheads during the recording.

    The simple solution I found was to proactively initiate writeback regularly via fdatasync() on the cache fd. [1] I haven't decided yet if more should be done to constrain its buffer cache effects though. The cache files will be read back during encoding in post, so if there's enough RAM it can be desirable to enable reading them back entirely from memory instead of having to hit the disks again... but it would also be nice to let the rest of the system's processes keep their stuff in the page cache. memcg can probably be used to find a balanced solution, but I haven't done any experiments yet. Have any of you handled similar scenarios? What did you do?

    [0] https://github.com/recordmydesktop/recordmydesktop

    [1] https://github.com/recordmydesktop/recordmydesktop/commit/42...

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

capture-video related posts

  • Disk write buffering and its interactions with write flushes

    3 projects | news.ycombinator.com | 22 Mar 2024
  • Effortless OpenBSD Audio and Desktop Screen Recording Guide

    2 projects | news.ycombinator.com | 15 Jan 2024
  • CameraX vs Camera2 (library development)

    4 projects | /r/androiddev | 24 Feb 2023

Index

What are some of the best open-source capture-video projects? This list will help you:

Project Stars
1 camerakit-android 5,338
2 CameraView 4,856
3 videoprocessor 29
4 recordmydesktop 13

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com