This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 <[email protected]> | |
# | |
# Prerequisites: | |
# — MSYS2 itself: http://sourceforge.net/projects/msys2/ | |
# — admin tools: pacman -S openssh cygrunsrv mingw-w64-x86_64-editrights | |
# |