Skip to content

Instantly share code, notes, and snippets.

View ThakurSarveshGit's full-sized avatar
🎯
Focusing

Sarvesh Thakur ThakurSarveshGit

🎯
Focusing
View GitHub Profile
@ThakurSarveshGit
ThakurSarveshGit / BoilerplateMultiThreading.cpp
Last active May 2, 2024 17:19
Boiler plate code for Multithreading camera(s) for faster FPS. Check writeup here:
/*
* Boilerplate code for handling cameras for computer vision tasks.
* Date Created: 2/4/2020
* Author: Sarvesh Thakur
*/
#include "Interaction.h"