camera_capture
camera_capture copied to clipboard
CouldNotLoadEscapiDLL
CouldNotLoadEscapiDLL(126) shows up when running your example from the readme. The program does work if I get the escapi.dll and put it in the same folder as the exe, however I only want to have one file. Is it possible to inject the escapi.dll inside of the exe with rust?
probably, but I don't know how and I don't remember why I didn't do it back when I created camera_capture
. We'd need to link escapi statically, so the first step would be to see if that can be done on windows by experimenting with it in the escapi repository