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 CUDA: https://developer.nvidia.com/cuda-downloads
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 CUDA: https://developer.nvidia.com/cuda-downloads
| #!/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 |