armageddon421
armageddon421
Hi, Where exactly is your problem? On Sun, Mar 16, 2014 at 8:02 AM, samkpo [email protected] wrote: > Hi, i would like to know how do you execute it. >...
If you're running windows just download the binary package and run the jar. If it doesn't work, run it from the command line (start->execute->cmd) with java -jar ReSCan.jar and see...
java files are not runnable as they are. you have to run the .jar file from the release or build the .java files first. I guess the latter is no...
Your camera seems to output a strange format. OpenCV is having problems with a color conversion. What Camera do you use? On Sun, May 4, 2014 at 6:00 AM, Marcelo...
I started using raylib on a raspberry pi in C, building my own C++ classes to represent certain elements. But I have a data source that I heavily use that...
I just found this issue on raylib, it's probably related. It seems to exit without error there, too. https://github.com/raysan5/raylib/issues/1223 Looking at the last comment from raysan, I'll probably not take...
The firmware was meant for the sbms0, which does not have IntLoad. I could add it, but it'd always be zero on sbms0. I'll see if I find some time...
https://techtutorialsx.com/2020/04/17/esp32-mdns-address-resolution/ The used library is part of espidf and is called "ESPmDNS.h"
General status should be a card on the dashboard/home page
It's always registering as SBMS0 as of right now