Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escapi not working in Visual Studio #21

Open
AyushKoul00 opened this issue Jul 19, 2020 · 2 comments
Open

Escapi not working in Visual Studio #21

AyushKoul00 opened this issue Jul 19, 2020 · 2 comments

Comments

@AyushKoul00
Copy link

Can someone tell the the whole process of using escapi in visual studio? I am following Javidx9's 8 bits of Image Processing video on Youtube and he uses escapi to display his webcam on his console in C but he didn't show the steps of setting up escapi so I am a bit lost

@ruslanx3m
Copy link

dead here. Jari is off.

@gurkanctn
Copy link

I've just setup the escapi to run on another PC.

The trick I found was to add the "escapi.cpp" file into your project. This allows binding the DLL file to the project executable. (It was written in the documentation.)

The important steps are as follows:

  1. New project in VS2019
  2. Add existing: escapi.h, escapi.cpp
  3. copy the escapi.DLL file into your project output directory (wherever it is).

Hope this helps a little. Unfortunately, it is a frustrating experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants