-
-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running openauto using QtVideoOutput on different platforms #401
Comments
Hello everyone, Regards Compilation Issues as below.. /home/sharavan/sara_raspi/raspi_build/workspace/sources/aasdk-ice/include/f1x/aasdk/IO/Promise.hpp:35:1: error: expected class-name before '{' token |
i'm currently looking at yocto. Are you able to share your repo with your yocto work? |
Hello Matt, bblayers.conf BBLAYERS ?= " |
also you need to add c++ / g++ in the libraries list |
Have you created a layer and recipe for aasdk and openauto? |
Yes I have the recipes for both open auto and aaasdk. Do you want me to upload |
Yes please. My aim is once its working I'll then add it to opencardev, then use it to build the next crankshaft version |
Hello Matt,
Thanks a ton, compiled asdk looking at your .bb file / Working on
openauto, compilation seems to be smooth , errors are from including f1x
include directories. cmake is not finding the path for the include. If I
can be of any help let me know.
Thanks again
Regards
Sharavan
…On Wed, Jan 27, 2021 at 3:52 AM Matthew Hilton ***@***.***> wrote:
Yes please If you create a repo and then add the url in here i can compare
against the one's i'm build at the moment. So for I've got aasdk building
and have just started looking at openauto. Once I've done those then it'll
be adding recipes for all to other Crankshaft applications/scripts.
My aim is once its working I'll then add it to opencardev.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#401 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHDOMITNCXN6UQ3KTSPFATS346DHANCNFSM4KCCLQ3Q>
.
|
I'm currently having issues with rtaudio, I can't find a recipe for it. |
@sharavan-lab suggest moving to the dedicated repo |
I have built rtaudio , will share the code
…On Wed, Jan 27, 2021 at 7:45 PM Matthew Hilton ***@***.***> wrote:
I'm currently having issues with rtaudio, I can't find a recipe for it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#401 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHDOMJIRD4NF7EM3LF6FU3S4ANWLANCNFSM4KCCLQ3Q>
.
|
I've managed to build it too. Now just working on openauto. |
Hello matt2005, i managed to build openauto. You can find all my changes here https://github.com/adrianalin/csng_yocto. |
Great thanks, please submit PR against my repo |
@sharavan-lab did you manage to fix this issue? /home/sharavan/sara_raspi/raspi_build/workspace/sources/aasdk-ice/include/f1x/aasdk/IO/Promise.hpp:35:1: error: expected class-name before '{' token I came across this problem as well. Thanks in advance. |
I'm kinda late but I found the problem, it's linked to the boost version, in which the includes needed for the template in Promise.hpp results in an ill formed class definition. |
Hello Everyone, I'm Facing an issue when deploying open Auto on Raspberry Pi 5 (aarch64) In file included from /home/av/aasdk/include/f1x/aasdk/IO/PromiseLink.hpp:24, I checked the boost version and it is the last version Should I downgrade to boost 1.66.0, if so how can I downgrade? Thanks in advance. |
I am trying to run openauto/crankshaft on a different platform (TI DRA7xx) that supports Yocto. I have successfully managed to run the application with a lot of porting work. However, since my platform is not a Raspberry Pi OMXVideoOutput won't work. When I try to run using QtVideoOutput.cpp, video performance is very very slow (5 to 30 second delayed video), however the actions are instant. That means, when I click "Play" button, there is sound instantly, but the video wont refresh for 5-30 seconds.
At first look, I thought this is caused by hardware acceleration support.
I believe MediaPlayer object used in QtVideoOutput is directly tied to gstreamer. However, I am able to play mp4 videos using gstreamer's playbin seamlessly. (Though playing .mkv through playbin is troublesome.)
Please correct me if I'm wrong: openauto/aasdk directly reads from USB (and not from the USB-Network gadget) and writes payload to a video buffer, which then is played on a VideoWidget. If this is the case, I am not familiar with this and therefore don't know any methods to improve the problem at hand.
So the issue remains and I need help identifying the possible causes for this problem.
Here is the log:
I do not get the above errors when playing an mp4 file:
Granted, this looks like a platform-related platform, but I still would appreciate ideas.
Thanks in advance.
The text was updated successfully, but these errors were encountered: