rewrite packets to send in jpeg form
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user