Trần Bá Hiến

Results 23 comments of Trần Bá Hiến

i have the same problem. Do you have a solution for this problem?

@HTRamsey I tried your suggestion but the error still occurs. I am building for android and i think what you said is not the problem here.

@andrefreitas97 I followed your instructions and it worked. However, it shows another error related to UnitTest: ``` C:\source\QGC\qgroundcontrol\src\main.cc:386:28: error: use of undeclared identifier 'UnitTest' int failures = UnitTest::run(unitTestOptions); ``` I...

@HTRamsey I followed your instructions and it shows another error: ``` Cannot open input file C:\source\qgroundcontrol\src\QmlControls\QGroundControl\ScreenTools\ScreenTools.qml:The system cannot find the file specified. Cannot open input file C:\source\qgroundcontrol\src\QmlControls\QGroundControl\Controls\ClickableColor.qml:The system cannot find...

@VijaySue With this error, you follow some steps: - create ANDROID_PACKAGE_SOURCE_DIR folder in E:\QtProject\build-qgroundcontrol-Android_Qt_6_6_2_Clang_arm64_v8a-Debug. - After, you copy all the files in qgroundcontrol/android folder to the E:\QtProject\build-qgroundcontrol-Android_Qt_6_6_2_Clang_arm64_v8a-Debug\ANDROID_PACKAGE_SOURCE_DIR folder and build...

@VijaySue Did you build successfully?

> @VijaySue With this error, you follow some steps: > > * create ANDROID_PACKAGE_SOURCE_DIR folder in E:\QtProject\build-qgroundcontrol-Android_Qt_6_6_2_Clang_arm64_v8a-Debug. > * After, you copy all the files in qgroundcontrol/android folder to the...

@imavgg do you have the code for streaming by c/c++? i run the example but it uses tcp. I want to use rtsp for streaming.

> [qgroundcontrol/src/VideoReceiver/VideoReceiver.pri](https://github.com/mavlink/qgroundcontrol/blob/4d832cc3a6378f284c63d1e4a41a2634d382eedd/src/VideoReceiver/VideoReceiver.pri#L87) > > Line 87 in [4d832cc](/mavlink/qgroundcontrol/commit/4d832cc3a6378f284c63d1e4a41a2634d382eedd) > > LIBS += -L$$GST_ROOT/lib/gstreamer-1.0 \ i checked and it has that command line. because i want to add elements for rtmp...

@HTRamsey I have added some plugins, but I don't know if there are any missing plugins. ![Image](https://github.com/user-attachments/assets/d5cc0ad9-9720-4bc4-922f-112d41a7bbd4)