BisonLeo
BisonLeo
为啥出来下面这个错误?是mac 系统不让连手机的音频发送过来吗?怎么解决? ``` AudioOutput::audio socket connect failed ```
A temporary solution. By adding the path to zshrc file export PATH="/Applications/QtScrcpy.app/Contents/MacOS:$PATH" and in terminal change to path /Applications/QtScrcpy.app/Contents/MacOS, run ``` MacOS % ./sndcpy.sh Begin Runing... Waiting for device ......
By `MSVC` I mean the compiler. All the lib and executables are built using CMake with Ninja as generator and VS2019 toolchain with vcpkg managing packages. 1. `msvc_dirent.h` is for...
It looks like Grid::verts and Axesarea::interactorDataX not get proper initialized with default values. Could these get called only until needed? Grid::createAndSetupAxesLineBuffers() AxesArea::createInteractor()
1. I installed vcpkg using the link https://github.com/microsoft/vcpkg/blob/master/README.md at c:/dev/vcpkg 2. building was done by ``` mkdir build && cd build cmake ../ -G Ninja ``` [CMakeCache.txt](https://github.com/tbattz/openGLPlotLive/files/12396655/CMakeCache.txt) This is the...
this patch tested working
To test the rendering of polygon in Amap using converted coordinates, use the SRT subtitle file to try [DJI_0674.zip](https://github.com/user-attachments/files/21404364/DJI_0674.zip) which is from DJI drone saved format as below. Actually, any...
> It seems like you are using our fork [@xx-tao](https://github.com/xx-tao) ? I recently turned the Livox SDK into a ROS2 package, too. Here's the fork: https://github.com/tu-darmstadt-ros-pkg/Livox-SDK2/tree/jazzy > > Then I...