mirror of
https://github.com/debnarpavol/spajanie_snimkov_uprava_jasu.git
synced 2025-07-03 23:27:21 +02:00
finishing touches, documentation mostly
This commit is contained in:
@ -1,10 +1,14 @@
|
||||
#Pavol Debnar
|
||||
#Thesis 2022/23
|
||||
|
||||
#for use of this script, TCP_IP address must be changed
|
||||
import socket
|
||||
import subprocess
|
||||
#from picamera2 import Picamera2
|
||||
import numpy
|
||||
import time
|
||||
|
||||
TCP_IP = '192.168.1.2'
|
||||
TCP_IP = '192.168.1.2' #needs to be BBX-mini address
|
||||
TCP_PORT = 5001
|
||||
|
||||
sock = socket.socket()
|
||||
|
Reference in New Issue
Block a user