Reply to thread

That should not be. Sounds like you are getting stuck on a mutex for some reason.

I tried yesterday the Auto3D plugin and that works nicely. Though I think you could make the code even simpler since there are left over from not using SharpLibHid.

Checkout the Auto3D source code on GitHub specifically that HIDInput.cs file.

Basically it registers for Window Messages through Application.AddMessageFilter.

Then it uses SharpLibHid when in Configure but not when in MediaPortal.

In theory you should be able to use SharpLibHid in both cases.

The difference is that you need to register devices only from Configure and not from MediaPortal.


Top Bottom