Nurgak

Results 15 comments of Nurgak

I appreciate the effort. This project has been finished a long time ago, so long in fact that I no longer have an Android phone. I'm not sure how to...

Tried with Ubuntu 18.04, PCL 1.11.0, got segfaults. Removed the `-O3` as per @edwardchaos findings, the tutorial reached a later point, but still segfaulted. Downgraded PCL to 1.8.1 (built from...

@JasonLiu324 The only relevant modifications I made was to `CMakeLists.txt` file: * `find_package(PCL 1.9 REQUIRED)` to `find_package(PCL 1.8 REQUIRED)` * `set(CMAKE_CXX_FLAGS "-O3 -fopenmp...` to `set(CMAKE_CXX_FLAGS "-fopenmp...`

@JasonLiu324 I tried it in June and forgot what warnings came up. Try with OpenCV 3.4 as mentioned in the required dependancies. I was using Ubuntu 18.04, Melodic, PCL 1.8.1...

Looks like this is already [implemented here](https://github.com/RobotWebTools/web_video_server/blob/develop/src/png_streamers.cpp#L53-L99), but there is [no way to configure the node](https://github.com/RobotWebTools/web_video_server/blob/develop/src/web_video_server.cpp#L195-L205) to actually output the snapshot in png format. It only works while streaming. I'm...

I have the same issue: new Watchy, perfectly assembled and working, but bottom left button _somewhat_ unresponsive. When pressed hard (harder than I would like to press an SMD button...

I'd like to report this issue as well. The `GITHUB_TOKEN` method in the CLI **does not list drafts and pre-releases**. I would also like to add that this [applies to...

I just wanted to confirm that the `network_mode: "host"` trick works. However, what doesn't work is the access to the Homekit devices defined in Node-RED when connected via Wireguard. Perhaps...

@ukkopahis See that's a very fortunate input that would be easily missed by an inexperienced person like me. I picked that image because it seemed straight forward, had [lots of...

@ukkopahis @Paraphraser It turns out I also had issues with the mounting point, solving that allowed me to predictably mount the external drive where my stuff is and the shares...