Skip to content

Instantly share code, notes, and snippets.

ben::orza:MacOS:$ ./qDslrDashboard 0
objc[19253]: Class CaptureDelegate is implemented in both /Applications/qDslrDashboard.app/Contents/Frameworks/libopencv_videoio.3.1.dylib (0x10aab7bb0) and /Applications/qDslrDashboard.app/Contents/Frameworks/libopencv_videoio.3.1.0.dylib (0x106c84bb0). One of the two will be used. Which one is undefined.
objc[19253]: Class CVWindow is implemented in both /Applications/qDslrDashboard.app/Contents/Frameworks/libopencv_highgui.3.1.dylib (0x10aa99e80) and /Applications/qDslrDashboard.app/Contents/Frameworks/libopencv_highgui.3.1.0.dylib (0x106d50e80). One of the two will be used. Which one is undefined.
objc[19253]: Class CVView is implemented in both /Applications/qDslrDashboard.app/Contents/Frameworks/libopencv_highgui.3.1.dylib (0x10aa99ea8) and /Applications/qDslrDashboard.app/Contents/Frameworks/libopencv_highgui.3.1
@caedn
caedn / gist:e24b71eedd96caa41c23dd05b5736cab
Created April 7, 2017 07:39 — forked from samhocevar/gist:00eec26d9e9988d080ac
Configure sshd on MSYS2 and run it as a Windows service
#!/bin/sh
#
# msys2-sshd-setup.sh — configure sshd on MSYS2 and run it as a Windows service
#
# Please report issues and/or improvements to Sam Hocevar <sam@hocevar.net>
#
# Prerequisites:
# — MSYS2 itself: http://sourceforge.net/projects/msys2/
# — admin tools: pacman -S openssh cygrunsrv mingw-w64-x86_64-editrights
#