Jon Carleton replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 4 years ago

Still cannot compile for aarch64 (Pi4):
Linux target
CMake Error at libsv305/CMakeLists.txt:40 (message):
Your architecture isn't suppored

Cannot compile for armfh (Pi3):
Apparently limited in CMakeLists.txt:
# Limit SVBONY to x86 architecture now
if (CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64" OR CMAKE_SYSTEM_PROCESSOR MATCHES "i[3-6]86")
option(WITH_SV305 "Install SVBONY SV305 Camera Driver" On)
else()
option(WITH_SV305 "Install SVBONY SV305 Camera Driver" Off)
endif()

Read More...