Skip to content

Instantly share code, notes, and snippets.

@julianrendell
julianrendell / gist:da6372201234d943d3e4f77e43674fd2
Last active August 28, 2023 03:34
Building Meshroom for Windows (May 2020)

Install Visual Studio

Install Visual Studio 2019 Community Edition; make sure to enable C/C++ development.

Make sure you use an x64 developer shell, not the powershell- it uses the x86 compilers.

Install Pre-reqs

Install CUDA: https://developer.nvidia.com/cuda-downloads

@julianrendell
julianrendell / mjpg-streamer
Created February 18, 2015 20:24
tweaked mjpg-streamer init.d script for Raspberry Pi (based on https://github.com/meinside/rpi-mjpg-streamer/blob/master/init/mjpg-streamer.sample)
#!/bin/sh
# /etc/init.d/mjpg-streamer
### BEGIN INIT INFO
# Provides: mjpg-streamer
# Required-Start: $network
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: mjpg-streamer
# Description: Streams video to http://localhost/?action=stream on Raspberry Pi