SijinJohn
SijinJohn
@balaji-ch i followed this Use the Build.py script to build and install OpenVX 1.3 cd OpenVX-sample-impl/ python Build.py --os=Linux --venum --conf=Debug --conf_vision --enh_vision --conf_nn Build and run the conformance: export...
So do i need to do build command again from the beginning ?? I tried with your command :- python Build.py --os=Linux --venum --conf=Debug --conf_vision --enh_vision --conf_nn --arch=32 but same...
I followed this tutorial:- https://www.raspberrypi.org/blog/openvx-api-for-raspberry-pi/
@kiritigowda not resolved This step-> cmake -DOPENVX_INCLUDES=$OPENVX_DIR/include -DOPENVX_LIBRARIES=$OPENVX_DIR/bin/libopenvx.so;$OPENVX_DIR/bin/libvxu.so;pthread;dl;m;rt -DOPENVX_CONFORMANCE_VISION=ON -DOPENVX_USE_ENHANCED_VISION=ON -DOPENVX_CONFORMANCE_NEURAL_NETWORKS=ON ../cts/ gives error CMake Error: The source directory "/home/pi/OpenVX/OpenVX-sample-impl/build-cts" does not appear to contain CMakeLists.txt. CmakeLists.txt is in OpenVX-sample-impl...
@kiritigowda When i run this:- cmake --build . I get this Scanning dependencies of target generate_version_file -- Get version information -- Version: 7aed89e [ 0%] Built target generate_version_file Scanning dependencies...