Giter Club home page Giter Club logo

Comments (5)

kiritigowda avatar kiritigowda commented on June 11, 2024

@rrawther I will look into this issue and will let you know when to review.

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

@rrawther MIVisionX CMake Log

cmake ../MIVisionX
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- MIVisionX Version -- 1.7.0
-- MIVisionX install path set to -- /opt/rocm/mivisionx
-- Found OPENCL: /opt/rocm/opencl/lib/x86_64/libOpenCL.so
-- AMD OpenVX -- OpenVX built with OpenCL Support
-- Could NOT find FFMPEG (missing: FFMPEG_LIBRARY FFMPEG_INCLUDE_DIR)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'libavcodec'
--   Found libavcodec, version 57.107.100
-- Checking for module 'libavformat'
--   Found libavformat, version 57.83.100
-- Checking for module 'libavutil'
--   Found libavutil, version 55.78.100
-- AVCODEC  required min version - 58.18.100
-- AVFORMAT required min version - 58.12.100
-- AVUTIL   required min version - 56.14.100
-- FFMPEG   required min version - 4.0.4
-- FFMPEG Marked Not Found - MIVisionX Modules requiring FFMPEG turned off
BUILDING WITH OPENCL BACKEND
-- AMD OpenVX Loom Stich Library Extension -- amd_loomsl module added
-- WARNING:FFMPEG Not Found -- amd_media module excluded
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Protobuf: /usr/local/lib/libprotobuf.so;-lpthread;-lpthread (found version "3.5.1")
-- Inference Generator -- utilities/inference_generator module added
-- AMD OpenVX Neural Network Extension -- amd_nn module added
-- Found OpenCV: /usr/local (found version "3.4.0")
-- AMD OpenVX OpenCV Extension -- amd_opencv module added
-- Cloud Inference -- cloud_inference application added
-- Could NOT find FFMPEG (missing: FFMPEG_LIBRARY FFMPEG_INCLUDE_DIR)
-- AVCODEC  required min version - 58.18.100
-- AVFORMAT required min version - 58.12.100
-- AVUTIL   required min version - 56.14.100
-- FFMPEG   required min version - 4.0.4
-- FFMPEG Marked Not Found - MIVisionX Modules requiring FFMPEG turned off
-- MIVisionX Utilities -- runvx, runcl, & loom_shell modules added
-- WARNING:FFMPEG Not Found -- mv_deploy module excluded
-- Could NOT find FFMPEG (missing: FFMPEG_LIBRARY FFMPEG_INCLUDE_DIR)
-- AVCODEC  required min version - 58.18.100
-- AVFORMAT required min version - 58.12.100
-- AVUTIL   required min version - 56.14.100
-- FFMPEG   required min version - 4.0.4
-- FFMPEG Marked Not Found - MIVisionX Modules requiring FFMPEG turned off
-- Radeon Augmentation Library -- rali module added
-- rali built with ENABLE_SIMD
-- rali library is going to be built without video decode functionality
-- Ubuntu detected -- .deb package will be created
-- Configuring done
-- Generating done
-- Build files have been written to: /home/kiriti/develop/github/build

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

Update on CMakeList, the warnings are not displayed @rrawther

cmake --version
cmake version 3.10.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
~/MIVisionX/build$ cmake ../MIVisionX/
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- MIVisionX Version -- 1.7.0
-- MIVisionX install path set to -- /opt/rocm/mivisionx
-- Found OPENCL: /opt/rocm/opencl/lib/x86_64/libOpenCL.so
-- AMD OpenVX -- OpenVX built with OpenCL Support
-- Could NOT find FFMPEG (missing: FFMPEG_LIBRARY FFMPEG_INCLUDE_DIR)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'libavcodec'
--   Found libavcodec, version 57.107.100
-- Checking for module 'libavformat'
--   Found libavformat, version 57.83.100
-- Checking for module 'libavutil'
--   Found libavutil, version 55.78.100
-- AVCODEC  required min version - 58.18.100
-- AVFORMAT required min version - 58.12.100
-- AVUTIL   required min version - 56.14.100
-- FFMPEG   required min version - 4.0.4
-- FFMPEG Marked Not Found - MIVisionX Modules requiring FFMPEG turned off
-- Radeon Performance Primitives -- BUILDING WITH OPENCL BACKEND
-- AMD OpenVX Loom Stich Library Extension -- amd_loomsl module added
-- WARNING:FFMPEG Not Found -- amd_media module excluded
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found Protobuf: /usr/local/lib/libprotobuf.so;-lpthread;-lpthread (found version "3.5.1")
-- Inference Generator -- utilities/inference_generator module added
-- AMD OpenVX Neural Network Extension -- amd_nn module added
-- Found OpenCV: /usr/local (found version "3.4.0")
-- AMD OpenVX OpenCV Extension -- amd_opencv module added
-- Cloud Inference -- cloud_inference application added
-- Could NOT find FFMPEG (missing: FFMPEG_LIBRARY FFMPEG_INCLUDE_DIR)
-- AVCODEC  required min version - 58.18.100
-- AVFORMAT required min version - 58.12.100
-- AVUTIL   required min version - 56.14.100
-- FFMPEG   required min version - 4.0.4
-- FFMPEG Marked Not Found - MIVisionX Modules requiring FFMPEG turned off
-- MIVisionX Utilities -- runvx, runcl, & loom_shell modules added
-- WARNING:FFMPEG Not Found -- mv_deploy module excluded
-- Could NOT find FFMPEG (missing: FFMPEG_LIBRARY FFMPEG_INCLUDE_DIR)
-- AVCODEC  required min version - 58.18.100
-- AVFORMAT required min version - 58.12.100
-- AVUTIL   required min version - 56.14.100
-- FFMPEG   required min version - 4.0.4
-- FFMPEG Marked Not Found - MIVisionX Modules requiring FFMPEG turned off
-- Radeon Augmentation Library -- rali module added
-- rali built with ENABLE_SIMD
-- rali library is going to be built without video decode functionality
-- Ubuntu detected -- .deb package will be created
-- Configuring done
-- Generating done
-- Build files have been written to: /home/kiriti/MIVisionX/build

from mivisionx.

rrawther avatar rrawther commented on June 11, 2024

This looks good. Can you merge your changes

from mivisionx.

kiritigowda avatar kiritigowda commented on June 11, 2024

TOT MIVisionX has the changes required

from mivisionx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.