rewrite packets to send in jpeg form

This commit is contained in:
2025-03-26 19:13:13 -05:00
parent c85581749b
commit ea952e1981
6 changed files with 94 additions and 108 deletions

View File

@@ -13,7 +13,7 @@ opencv = dependency('opencv4', version : '>=4.0.0')
# SOURCE FILES
#=======================================================================================================================
# common files between client / server
common = ['packets/ImagePacket.cpp', 'packets/ImagePacket.h']
common = ['transfer.h']
# client-only files
client = common + ['client.cpp']
# server-only files