You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
New project in VS2019
Add existing: escapi.h, escapi.cpp
copy the escapi.DLL file into your project output directory (wherever it is).
Hope this helps a little. Unfortunately, it is a frustrating experience.
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
The text was updated successfully, but these errors were encountered: