seoyyung
seoyyung
## libmodbus version MAJOR 3 MINOR 1 MICRO 6 ## OS and/or distribution WINDOW 10 64bit ## Environment develope PC : ryzen 5 1600 64bit / ram 64gb develope tool...
i tryed print log. so, I knew where it slowed down.  i started 5:50:00 but that is time for opened window. this is my main.py code. i changed something....
my code is #include using namespace mn::CppLinuxSerial; int main() { // Create serial port object and open serial port SerialPort serialPort("/dev/ttyACM1", 19200); // Use SerialPort serialPort("/dev/ttyACM0", 13000); instead if you...
i download this, use git clone. and i complete for mkdir build && cd build. but i have error for cmake .. build message is -- The C compiler identification...
i want to use this webserver without webcam. what should i do?
In Jetson nano, when i do "CMAKE ../ -DTHREE_HEADER_ONLY:BOOL=OFF" jetson nano say -- Could NOT find Threads (missing: Threads_FOUND) CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find SDL (missing: SDL_LIBRARY...
**Describe the bug** Randomly import the face data of the obj format file. **To Reproduce** obj data(sponza scene) ``` v ... vn ... vt ... g sponza_00 usemtl leaf s...
I can use alsa command ``` # aplay -l **** List of PLAYBACK Hardware Devices **** card 0: sndrpihifiberry [snd_rpi_hifiberry_dacplusadcpro], device 0: HiFiBerry DAC+ADC Pro HiFi multicodec-0 [HiFiBerry DAC+ADC Pro...
**Describe the bug** I copied dx11sample code to my project. And I load object success, but I cant rendering object. It said 「no texture」. but I have texture and can...