Daniel Li
Daniel Li
> Do a search for: `target_compile_definitions(qmlglsink PRIVATE HAVE_QT_X11)` and comment it out I didn't find any line above in 6.6.3 source code. Does this something to do with [Qmlglsink Build...
> its in qgroundcontrol/cmake/BuildGstQtPlugin.cmake It seems [QT6.6.3](https://download.qt.io/archive/qt/6.6/6.6.3/single/qt-everywhere-src-6.6.3.tar.xz) doesn't have this file `BuildGstQtPlugin.cmake` ``` daniel@daniel-nvidia:~/Work/qt-everywhere-src-6.6.3$ ls cmake/ ECMOptionalAddSubdirectory.cmake QtSynchronizeRepo.cmake QtTopLevelHelpers.cmake ``` EDIT: @HTRamsey I think I have mis-lead your think that...
> Caching location is set automatically by Qt using [this](https://doc.qt.io/qt-6/qstandardpaths.html#StandardLocation-enum). And Windows 11 isn't supported officially until Qt 6.7. We are on 6.6. There is no drive D in the...
QGC is very slow to launch, and switch to setting tabs. Any one knows why? ``` Edition Windows 11 Pro Version 22H2 Installed on 23/5/31 OS build 22621.3527 Experience Windows...
Currently, working on Hi 3536 board, support msposd ground mode, [Can't launch msposd on Groud stattion NVR Hi3536dv100 #18](https://github.com/OpenIPC/msposd/issues/18)
@Schmluk Thanks for the info. I figured out there are some package missing during ros installation, as I didn't usd full installation. It still get following warnings, maybe not a...
OK, I use code like below, but it still way much different. 162 ms vs 11.638 ms 31 ms vs 11.498 ms Any idea about this ? BTW, I'm using...
@Y-T-G Great! it seems DeepSort takes much more time than YOLO. UPDATE: CPU time is about twice of CUDA time. [Does YOLO tracker support tracking across frame intervals ?](https://github.com/ultralytics/ultralytics/issues/1429#issuecomment-2750676939)
> Try to set the board to MAXN power. I have had max power for jetson orin I think. ``` sudo nvpmodel -m 0 sudo jetson_clocks ``` > What is...
> The INT8 requires calibration, and the accuracy is lower than FP16/FP32. Is there any document or link for calibration?