pylonsrc: merge Basler Pylon plugin from gst-pylonsrc

Merged from https://github.com/zingmars/gst-pylonsrc

This includes some changes to include running gst-indent, and
modification to allow it to compile with Visual Studio 2012/VC11.
This commit is contained in:
Joshua M. Doe
2020-04-06 14:35:50 -04:00
parent 552fae8538
commit c0f68e83d3
6 changed files with 2951 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ if (Pleora_FOUND)
add_subdirectory(pleora)
endif (Pleora_FOUND)
if (PYLON_FOUND)
add_subdirectory(pylon)
endif (PYLON_FOUND)
if (SAPERA_FOUND)
add_subdirectory(sapera)
endif (SAPERA_FOUND)