Skip to content

Instantly share code, notes, and snippets.

Avatar

Sascha Dorenbeck parsd

  • Munich, Germany
View GitHub Profile
@parsd
parsd / DeviceImageExtensions.cs
Last active August 28, 2019 13:05
CVB.Net GigE Vision Chunk Parsing
View DeviceImageExtensions.cs
using System;
using System.Diagnostics;
using System.Linq;
namespace Stemmer.Cvb.Driver
{
/// <summary>
/// Available GigE Vision transport payload types.
/// </summary>
/// <remarks>
@parsd
parsd / MSLoopbackAdapter.md
Last active April 16, 2020 09:19
Enable Microsoft Loopback Adapter.
View MSLoopbackAdapter.md
@parsd
parsd / Tex2Svg.md
Last active August 9, 2017 21:35
Convert TeX math expressions into svg via MathJax and Node.js
View Tex2Svg.md
@parsd
parsd / CvbHandle.hpp
Created May 12, 2017 13:17
Smart handle implementation to automatically manage ownership of Common Vision Blox reference counted object handles.
View CvbHandle.hpp
// ---------------------------------------------------------------------------
/// \file CvbHandle.h
///
/// Declaration and implementation of CVB::CvbHandle.
///
/// This implementation requires C++ 11.
// ---------------------------------------------------------------------------
#pragma once