Skip to content

Instantly share code, notes, and snippets.

View SebastianMartens's full-sized avatar

Sebastian Martens SebastianMartens

  • Krüss GmbH
  • Hamburg, Germany
  • 14:49 (UTC +02:00)
View GitHub Profile
@SebastianMartens
SebastianMartens / capture.cpp
Created April 9, 2020 07:55
V4L2 video stream capture example with dropped frame detection
/*
* V4L2 video capture example
*
* This program can be used and distributed without restrictions.
*
* This program is provided with the V4L2 API
* see https://linuxtv.org/docs.php for more information
*
* Modified by Sebastian Martens for dropped fame detection.
*/
@SebastianMartens
SebastianMartens / gist:7250969
Created October 31, 2013 14:44
Cool snippet to quickly import data in any desired format from csv files...
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace myGists
{
/// <summary>