Forums - ADAS SDK doesn't run

2 posts / 0 new
Last post
ADAS SDK doesn't run
viorel.nechita
Join Date: 9 Sep 20
Posts: 1
Posted: Tue, 2020-12-15 05:15
Hello, I started running the ADAS SDK package on a Linux virtual machine, but I couldn't start it, I can't find the run file ...
Did you have this problem too?
A solution would help me ...
Thank you in advance!
  • Up0
  • Down0
gmcgrath
Join Date: 21 Aug 13
Posts: 65
Posted: Tue, 2020-12-15 09:01

I am not exactly sure what you mean by "run file".  The ADAS SDK does not require any files other than the the library binary itself and associated header files.  The "one" example application does have example image files.

The SDK initialization function "FadasInit( const char *licenseKey )" asks for a string to be handed to it containing your company's license key string.  As shown in the "one.cpp" example application source file,

    ans = FadasInit( nullptr );

current alpha releases of the SDK do not require a valid license key string and will initialize with a nullptr.

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.