Juan Martin

Results 9 comments of Juan Martin

OK, tried a few things: I understand the video is streaming ok, but there is no window, not even black. Just the terminal log which I paste down below for...

OK I just gave up. Been with this all day, at some point I was able to compile openpose with gpu support but then Caffe didn't have gpu support so...

Thanks! I'll give that openpose a try. I was actually thinking if I could migrate your project from openpose to another environment that doesn't depend con Caffe. Or even this:...

Thanks I ended up using the native OS commands to `grep` the correct interface and then some regex to get the name and force those instead of using `null` as...

You can use `.getCurrentConnections()` and compare the results to check if you're on the right network.

Hi! In my case I'm getting an empty array on Windows. Happens on multiple systems, both W10 and W11. I also tried disabling all other interfaces, but the problem persists....

``` ❯ netsh wlan show interfaces There is 1 interface on the system: Name : Wi-Fi Description : TP-Link Wireless USB Adapter GUID : 21b1df15-2701-41a0-a09e-47a825cea287 Physical address : 50:3e:aa:e5:98:3c Interface...

I think I figured the problem. Turns out the computer needs some time to connect and I was checking the currentConnections immediately, thus getting an empty array. I put the...

I just stumbled upon a similar issue in which I needed to pass the "originalRowData" and thought someone might find my solution somewhat useful. I have my table data stored...