cnlohr

Results 555 comments of cnlohr

Right now, in our system, the first time we run the application there are no issues, the second it freezes on closure. Oddly enough even when modifying it and setting...

This is what happens when it fails. ``` 4: [60.508209] [00003168] libusb: debug [libusb_handle_events_timeout_completed] doing our own event handling 4: [60.508216] [00003168] libusb: debug [usbi_wait_for_events] WaitForMultipleObjects() for 2 HANDLEs with...

It is likely best for no one to investigate this until we are done investigating. I will report back. It may be a bug in how we are using libusb.

Is there a Discord where all y'all hang? I'm `cnlohr#0001`. I think I've found some interesting stuff.

Ok - so here's my findings, for at least my thread which calls `libusb_handle_events_timeout_completed` and `windows_iocp_thread` when calling `WaitForSingleObject( , INFINITE );` it really does wait for infinity. If I...

(1) I tried to use the Convert SFM node as such (with the left conversion to PLY and right to ABC) however, when given a PLY input, it returns the...

It seems if I go through `.sfm` format files it is able to convert forward and back, which is excellent. I realize now this may not work the way I...

Wow. What is going on? If I use a `.sfm` and don't convert it back to a `.abc` basically every step of the pipeline takes 5x longer!

So, sorry about that. We are getting back into this now. I am changing my opinion on the topic especially in regard to the quaternions. I think that it should...

You should be able to use rawdrawandroid for this. https://github.com/cnlohr/rawdrawandroid - would also provide a GUI. There are examples of connecting to USB devices in there as well.