Skip to content

Commit

Permalink
Update readme instructions
Browse files Browse the repository at this point in the history
- remove notes
- give instructions for current Ubuntu
  • Loading branch information
rantahar committed Feb 9, 2024
1 parent f666508 commit 755624d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ constant.

VidMan requires [Qt 5.0 or higher](https://www.qt.io/) and [OpenCV 4.0 or higher](https://opencv.org)
to compile. Other packages required are `libjpeg-dev` and
`libdc1394-22-dev`, which can be installed via:
`libdc1394-22-dev`. On Ubuntu, requirements can be installed with:

```
sudo apt-get install libjpeg-dev libdc1394-22-dev
sudo apt install qtbase5-dev libopencv-dev libjpeg-dev libdc1394-dev
```

To compile you can either open the project in Qt creator and proceed from there
Expand All @@ -43,12 +43,6 @@ qmake CONFIG+=release
make
```

Additional steps I needed:
- Replace opencv with opencv4 in src.pro
- Install qtbase5-dev (really part of the first step), but not obvious
- Install libqt5opengl5-dev, libhighgui-dev


## Usage

VidMan works by applying specific events to each frame captured by the video
Expand Down

0 comments on commit 755624d

Please sign in to comment.