Tianhao (Terry) Fu
Tianhao (Terry) Fu
@HaydenHour Hi Hayden, how it is going?
Great work. Now you may want to wrap the code in LEADS framework as I described in the meeting earlier. As an example, this is the voltage sensor's code: ```cpp...
Sorry for the confusion, we are recently preparing for a massive launch of breaking changes to our Arduino Library. A corresponding revision will be released then. The newer version shall...
@qmascarenhas @HaydenHour ## Guide to the Next Step Please read this page first: https://leads-docs.projectneura.org/en/latest/arduino/sketch.html. Your `Pedal.h` should look like this: ```cpp #ifndef PEDAL_H #define PEDAL_H #include "Device.h" class Pedal :...
@HaydenHour Basically, your project structure should be like this: ``` LEADS -arduino --leads_vec_power # open your Arduino IDE here ---leads_vec_power.ino ---Pedal.h ---Pedal.cpp ``` Your current code belongs to a `.ino`...
@qmascarenhas @HaydenHour how are we doing on this?
The performance of the raspberry barely supports OpenCV. The bottleneck seems to be encoding and decoding.
Trying on a virtual machine to see the minimum requirement.
The bottleneck is Pillow.
The program consumes 9% of an AMD Ryzen 9 5900X 12-Core Processor.