Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nizos/open-whiteboard
Open source whiteboard application
https://github.com/nizos/open-whiteboard
Last synced: 19 days ago
JSON representation
Open source whiteboard application
- Host: GitHub
- URL: https://github.com/nizos/open-whiteboard
- Owner: nizos
- Created: 2021-11-04T08:10:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T14:22:05.000Z (about 3 years ago)
- Last Synced: 2024-11-06T10:25:06.635Z (2 months ago)
- Language: QML
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OPEN WHITEBOARD
![alt text](images/OpenWhiteboard.png)
## About
The project is still a work in progress.
The goal is create a whiteboard and not taking application that provides the following functionalities:
* Ink to math using handwritten text recognition.
* Mouse and stylus input stabilization.
* Online streaming for group collaboration.## Requirements
* Qt 6.2.1
* OpenCV 4
* tesseract 4.1.1
* leptonica-1.82.0## Quick start
Change line `23` in `CMakeLists.txt` so that it points to your `OpenCVConfig.cmake`:
```cmake
set(OpenCV_DIR "/usr/lib/cmake/opencv4/OpenCVConfig.cmake")
```You can find the location of your `OpenCVConfig.cmake` file by running the following command:
```bash
sudo find / -name "OpenCVConfig.cmake"
```