Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jkevin/PS3EyeDirectShow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkevin committed Feb 22, 2019
2 parents 6b8185e + d692552 commit e778be1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ Requirements:
- Windows 10 SDK
- WIX

First checkout the repo and init the submodules:
First clone the repo and init the submodules:
```
$ git clone https://github.com/jkevin/PS3EyeDirectShow.git
$ cd PS3EyeDirectShow
$ git submodule init
$ git submodule update
```

Open `libusb/msvc/libusb_2017.sln` in Visual Studio 2017. If you don't have the Windows 8.1 SDK, change the SDK target to Windows 10 in all of the libusb project properties. Build the solution with all desired configurations. Next open PS3EyeDriverMSVC.sln and build the desired configs again.

Expand All @@ -43,4 +49,4 @@ To build the installer, first build the 32 and 64 bit release configurations of

## TODO
- Manual exposure and white balance controls
- Windows Media Foundation source?
- Windows Media Foundation source?

0 comments on commit e778be1

Please sign in to comment.