This commit is contained in:
2024-03-04 14:34:25 +09:00
parent 209ba8345f
commit 33ffaef63d
23 changed files with 728 additions and 860 deletions

0
AI_ENGINE/DATA/CON.mp4 Normal file → Executable file
View File

BIN
AI_ENGINE/DATA/Trim.mp4 Normal file

Binary file not shown.

BIN
AI_ENGINE/DATA/WD.mp4 Normal file

Binary file not shown.

BIN
AI_ENGINE/DATA/WD_crop.mp4 Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -42,7 +42,7 @@ def _bi_sftp_upload():
remotepath = AI_CONST.FTP_LOCATION + os.sep + AI_CONST.FTP_BI_FILE_NAME + '.jpg'
#sftp.put(AI_CONST.FTP_BI_RESULT, remotepath)
sftp.put(AI_CONST.FTP_BI_RESULT, remotepath)
sftp.close()
transprot.close()

View File

@@ -42,3 +42,6 @@ client.on_disconnect = on_disconnect
client.username_pw_set(AI_CONST.MQTT_USER_ID,AI_CONST.MQTT_USER_PW)
# address : localhost, port: 1883 에 연결
client.connect(AI_CONST.MQTT_HOST, AI_CONST.MQTT_PORT)

View File

@@ -56,9 +56,4 @@ client.username_pw_set(AI_CONST.MQTT_USER_ID, AI_CONST.MQTT_USER_PW)
client.connect(AI_CONST.MQTT_HOST, AI_CONST.MQTT_PORT)
client.subscribe(AI_CONST.MQTT_PPE_TOPIC) # ppe
client.subscribe(AI_CONST.MQTT_FR_TOPIC) # FR
client.loop_forever()