Chris Sawczuk

Results 52 comments of Chris Sawczuk

I've been trying to look into alternative algorithms for reading frames from the device to try and eliminate the need to re-bootstrap. I've not had much success yet, but I...

Happy holidays! :wave: Can you give me a little more information about your setup? I see that you're using Visual Studio is that correct? It might be that it's generated...

Hmm, I'll try and figure out why this is happening - I tried to generate a `config.h` file that will disable Pulse Audio being built if you're building on Windows....

I've been trying to simplify the build process and make it uniform between platforms as much as possible. I've created a [GLFW](https://www.glfw.org/) based implementation of the lgx2userspace CLI application that...

I know this doesn't solve the underlying issue of you being able to build the project but [release/0.3.0](https://github.com/ChrisAJS/lgx2userspace/releases/tag/release%2F0.3.0) has a GLFW variant which may improve performance for you.

Ok this is interesting. Annoyingly I built it as a window application, not console, so gathering console output might not be possible, but, I did add in a check to...

I'm also going to see if I can't get visual studio compiling the application which will help with your situation.

Is there any chance you can run: `lsusb -vd 07ca:` On the machine from a Linux distro?

Everything in there looks good (at least what mine looks like when it's capturing data successfully!) Thanks for grabbing that, I'm going to try and beef up the Window's error...

I've pushed a change that adds error logging for windows that results in an error dialog being displayed. Assuming it's not just a random crash in some obscure part of...