Skip to content

Commit

Permalink
Merge pull request #55 from jia1sun/iotg_ipu6
Browse files Browse the repository at this point in the history
iotg adl-p pv release
  • Loading branch information
zouxiaoh authored May 8, 2023
2 parents 919f58c + eef30d1 commit 08e237a
Show file tree
Hide file tree
Showing 110 changed files with 2,145 additions and 21,620 deletions.
17 changes: 13 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@ else()
endif()

add_library(camhal_static STATIC ${LIBCAMHAL_SRCS})

if (NOT CAL_BUILD AND (NOT "${CMAKE_INSTALL_SUB_PATH}" STREQUAL ""))
set(CMAKE_SKIP_RPATH TRUE)
set_target_properties(camhal PROPERTIES LINK_FLAGS
"-Wl,-rpath,/usr/lib/${CMAKE_INSTALL_SUB_PATH}")
add_compile_definitions(SUB_CONFIG_PATH="${CMAKE_INSTALL_SUB_PATH}")
endif()
set_target_properties(camhal_static PROPERTIES OUTPUT_NAME "camhal")

#---------------------------- Link settings ----------------------------
Expand Down Expand Up @@ -378,10 +385,12 @@ endif() #ENABLE_SANDBOXING
#--------------------------- Install settings ---------------------------
if (NOT CAL_BUILD)
# Install headers
install(DIRECTORY include/ DESTINATION include/${CMAKE_INSTALL_SUB_PATH}/libcamhal)
if (SUPPORT_LIVE_TUNING)
install(FILES modules/livetune/LiveTuning.h DESTINATION include/${CMAKE_INSTALL_SUB_PATH}/libcamhal/api)
endif() #SUPPORT_LIVE_TUNING
if ("${CMAKE_INSTALL_SUB_PATH}" STREQUAL "")
install(DIRECTORY include/ DESTINATION include/libcamhal)
if (SUPPORT_LIVE_TUNING)
install(FILES modules/livetune/LiveTuning.h DESTINATION include/libcamhal/api)
endif() #SUPPORT_LIVE_TUNING
endif()

# Install configure files
# By default ipu4 is used
Expand Down
Binary file modified config/linux/ipu6ep/AR0234_TGL_10bits.aiqb
Binary file not shown.
540 changes: 540 additions & 0 deletions config/linux/ipu6ep/sensors/imx390.xml

Large diffs are not rendered by default.

Binary file removed config/linux/ipu6epmtl/0315_imx274_wfov.IPU6.aiqb
Binary file not shown.
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/AR0234_BARCODE_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/AR0234_TGL_10bits.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/IMX135_13P2BAD33_TGL.aiqb
Binary file not shown.
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/IMX362_A12N08B_MD_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/IMX362_A12N08B_SVE_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/IMX362_A12N08B_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/IMX390_HDR_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/IMX390_HDR_TGL_2.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/IMX477_MOD255I_DOL_TGL.aiqb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/IMX488_56B6_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/OV01A1S_YHRN180_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/OV01A1S_YHRN_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/OV13858_MSHW0261_TGL.aiqb
Binary file not shown.
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/OV5693_MSHW0220_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/OV5693_MSHW0260_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/OV7251_MSHW0222_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/OV8865_MSHW0221_TGL.aiqb
Binary file not shown.
Binary file removed config/linux/ipu6epmtl/VD55G0_MSHW0262_TGL.aiqb
Binary file not shown.
17,232 changes: 0 additions & 17,232 deletions config/linux/ipu6epmtl/gcss/graph_descriptor.xml

This file was deleted.

578 changes: 0 additions & 578 deletions config/linux/ipu6epmtl/gcss/graph_settings_ar0234.xml

This file was deleted.

205 changes: 0 additions & 205 deletions config/linux/ipu6epmtl/gcss/graph_settings_external_source.xml

This file was deleted.

Loading

0 comments on commit 08e237a

Please sign in to comment.