Make the camera work in bayer mode

This commit is contained in:
Martijn Braam
2020-09-02 19:45:28 +02:00
parent 38ec7621fc
commit 38fd591828
6 changed files with 2663 additions and 39 deletions

View File

@@ -15,5 +15,5 @@ LINK_DIRECTORIES(${GTK3_LIBRARY_DIRS})
# Add other flags to the compiler
ADD_DEFINITIONS(${GTK3_CFLAGS_OTHER})
add_executable(GTKCamera main.c ini.c ini.h)
target_link_libraries(GTKCamera ${GTK3_LIBRARIES})
add_executable(GTKCamera main.c ini.c ini.h bayer.c bayer.h)
target_link_libraries(GTKCamera ${GTK3_LIBRARIES})