CTech Metrology, Luc Wens XAI development Goals The final goal is to get the project running on the Jetson. For this we need to walk a few steps Get XAI going on PC using simulation data Get XAI going on Jetson with simulation data Get XAI go... Xenomatix 4 juil. 2025 Daily blog
CTech Metrology, Luc Wens Updating the Jetson to Jetpack 6 How can i upgrade my jetson orin to jetpack 6 THIS FAILED AS THE USB CONNECTION DROPPING EACH TIME MAKES IT GO IN CIRCLES. ONLY OPTION LEFT IS TO HAVE UBUNTU ON A USB STICK AND TAKE IT FROM THERE Usin... Xenomatix 3 juil. 2025 Daily blog
CTech Metrology, Luc Wens Adopting the Jetson User User : jetson Pwd : a Pairing MX Anywhere You're using an NVIDIA Jetson, which runs a Linux-based operating system (usually Ubuntu). While Logitech offers official pairing software (Logitech Unif... Xenomatix 2 juil. 2025 Daily blog
CTech Metrology, Luc Wens Converting python to c++ Introduction Jesse's code consists of 2 main functions C:\XAI\python\5GAlert\ speedtrack.py : calculates the speed i guess C:\XAI\python\5GAlert\ FINAL.py : main detection program This is Python, goal... Xenomatix 2 juil. 2025 Daily blog
CTech Metrology, Luc Wens Leica LMF continued Hardware detection Trackers can be discovered using LMF::Tracker::TrackerFinder ^ pTrackerFinder = gcnew LMF::Tracker::TrackerFinder; NumTrackers = pTrackerFinder->Trackers->Count; for (int i = 0; i <... CTrack 2 juil. 2025 Daily blog
CTech Metrology, Luc Wens Working on the Leica Proxy Using the template driver as example we need to do a couple of changes In the main everything is fine, but for the driver I face the problem that I need to combine: CTrack::Subscriber : unmanaged base... CTrack 30 juin 2025 Daily blog
CTech Metrology, Luc Wens Plug in design for 5G Alert Of course. Exposing a full C++ class from a shared library (.so file on the Nano) is a standard and powerful technique for creating a plug-in architecture. However, you don't expose the class directly... Xenomatix 30 juin 2025 Daily blog
CTech Metrology, Luc Wens Updating CMake version on Linux Updating CMake version on Linux I got an error that version 3.22 does not support remote debugging on WSL, so Cmake needed to be updated on WSL. sudo apt-get remove cmake [sudo] password for LucWens: ... Xenomatix 30 juin 2025 Daily blog
CTech Metrology, Luc Wens Getting xeno alert 5G back going Problems Project is hanging on dell. Boost is taking up too much The boost libraries that are actually required are : boost/beast boost/asio boost/json boost/bind/bind.hpp To restrict to only these li... Xenomatix 27 juin 2025 Daily blog
CTech Metrology, Luc Wens Testing CMake under visual studio code This is a small test. We : Create a CMake project in Visual Studio 2022 Add vcpkg to it Use vcpkg and fetchcontent in the same small console test program Move to Visual Studio Code to recompile In Vis... Xenomatix 27 juin 2025 Daily blog
CTech Metrology, Luc Wens Testing Ctrack 5.0.3 Installation To get a log of the installation routine Go to D:\Dropbox\CTrack CTrack_5.0.3.0.exe /L*V installlog.log To update TAG's on the remote GIT repository (it is no longer available in Visual S... CTrack 25 juin 2025 Daily blog
CTech Metrology, Luc Wens 24/6/25 As we had the proxies being closed with sending a 'q', and in the same way for showing and hiding, ... and this does not work if you have closed the console, we need to move back to sending messages. ... 23 juin 2025 Daily blog