Hardware Platform: DRIVE AGX Xavier™ Developer Kit
Software Version: DRIVE Software 10
Host Machine Version: Ubuntu 18.04.5 LTS
SDK Manager Version: 1.2.0.6733
We would love to access the delivered GSML camera (Sekonix) in a Python file.
Is it possible to directly access it?
Thanks in advance
Dear @niels_otiv,
There is no python APIs provided in DRIVE SW to access GSML cameras. Both Driveworks and NVMedia are based on c++.
@SivaRamaKrishnaNV,
Is there a way to call the Driveworks or NVMedia software through a Python file?
Dear @niels_otiv,
I have not tested this. It should be similar to accessing functions from a c++ .so loaded in python environment. Did you test this already?