Has anyone used econ TaraXL Stereo camera before? I have installed SDK and downloaded the TaraXL Studio app. However, the TaraXLStudio cannot detect the camera. I’m not quite sure whether my procedure was right because the manual wasn’t really clear to me.
However, when it comes to the TaraXL Studio software, it really confused me, because I didn’t find any instruction about it from the website. Finally, I found something from Github. https://github.com/econsystems/taraxl-tools/tree/master/taraxl-studio-qtapp What I did was to download these files and try the following command.
git clone https://github.com/econsystems/taraxl-tools.git
cd taraxl-tools/taraxl-studio-qtapp
export QT_SELECT=5
qmake
make
The TaraXLStudio file did appear, but it cannot detect my camera.
Another thing is that in the video (the first link), there are a ‘bin’ file and a ‘samples’ file in their installation file, but not in mine.
may I know which JetPack release you’re working with.
FYI,
we had some bootloader update to fix usb device protocol, suggest you moving to the latest release, JetPack-4.2.1 for confirmation.
thanks