Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ Change the `deviceID` parameter in the configuration file to the corresponding I

* Press `escape` to quit the application.

## Known problems

### Mac

Image viewer (from OpenCV) and 3D points viewer (from OpenGL) cannot be opened at the same time.

## Contact
Website https://solarframework.github.io/

Expand Down
1 change: 1 addition & 0 deletions SolARSample_SLAM_Mono/SolARSample_SLAM_Mono.pro
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ unix {
macx {
QMAKE_MAC_SDK= macosx
QMAKE_CXXFLAGS += -fasm-blocks -x objective-c++
LIBS += -L/usr/local/lib
}

win32 {
Expand Down