brfv4_mac_examples
brfv4_mac_examples copied to clipboard
macOS C++ examples utilizing OpenCV for camera access and drawing the face tracking results.
Results
1
brfv4_mac_examples issues
Sort by
recently updated
recently updated
newest added
``` dyld: Library not loaded: @rpath/libopencv_core.3.4.dylib Referenced from: /Users/fuyingdi/Library/Developer/Xcode/DerivedData/brfv4_mac_examples-drngmebvehoiasfkzbtxdssnuzcp/Build/Products/Debug/brfv4_mac_examples Reason: image not found ``` I just brewed the opencv and build and run this Xcode project,then i got this. I...