BreederBai
BreederBai
> 是的,它确实。如果您查看 CI 工作流程:https://github.com/mavlink/qgroundcontrol/blob/master/.github/workflows/android.yml,您将看到它是如何在 CI 中完成的。我认为文档尚未更新最新的更改。 Sorry, I know nothing about CI. Do you have a tutorial on configuring cmake in Qt Creator
> 您应该能够在我链接到的文件中看到 cmake 命令。它是如何工作的相当明显。应该有关于如何在 qt Creator 中使用 cmake 构建的 Qt 文档。我使用 Visual Code 并从那里进行操作,因此我不熟悉 Qt Creator 如何与 cmake 配合使用。 Can Visual Code still be used for construction? This is too...
@DonLakeFlyer Thank you for your guidance. Although there were some warnings, the program has been successfully built and run on my hardware.Unfortunately, there is no RTSP option available for video...
> [这](https://github.com/mavlink/qgroundcontrol/blob/d7859938184df8867b658c12fc62a217ad468a62/.github/workflows/android.yml#L141)是 Android 中 gstreamer CI 的相关部分。我很快就会将该部分移至 cmake 中自动发生。 I have placed gstreamer in the root directory of qgroundcontrol and read cmakelists.txt. It seems that a Release version is required...
> 不,它不需要是发布版本。 Hello, in CI, I only saw downloading and decompressing gstreamer, and did not see how it was added to the build. Is it because the program using CMake...
> 这就是你所要做的。如果它位于根源文件夹中并且名称正确,CMake 将找到它。 Strangely, using cmake to build, without the gstreamer folder, it can still be successfully built, and it feels like this part was not built.  
@HTRamsey May I ask how to set the GST.FOUND in cmakelists? The issue I encountered with no RTSP seems to be due to the fact that GST_FOUND is false 
@HTRamsey It seems that there is an issue with this cmakelists file. I will build it in Windows 11  
@HTRamsey The following section seems to have some issues,returns false,The operation of linking libraries has not been executed. 
> 因此,如果 gstreamer 下载位于根文件夹中,它将成功通过该部分。它在 CI 构建上工作正常。 My build and operation are also normal, but there is no gstreamer related video decoding option in the video options.During the construction process, it...