With the new single board computer „Jetson Nano“ from nvidia it is possible to make this little thing really „see“ and detect things. This 99.00 $ sbc is able to recognise the real world and process the things it sees in nearly realtime. For such a little thing it is astonishing what you can do […]
Monat: August 2019

Cross compile OpenCV in a virtual machine and send it via ssh to a single board arm computer
This is the first very, very basic approach to create a complete cross compile pipeline to download OpenCV from github into a virtual machine on your host, cross compile the soures and send the binaries to a single board arm computer. You can download the sources via ssh -> http://git@gitlab.com:chlorisdroid/opencv_on_arm_sbc.git git -> https://gitlab.com/chlorisdroid/opencv_on_arm_sbc.git There is […]