change port to 7777
This commit is contained in:
@@ -7,7 +7,7 @@ crop_image: 1.0 # coefficient of image cropping
|
|||||||
|
|
||||||
# OSC output
|
# OSC output
|
||||||
osc_address: "localhost" # osc ip address
|
osc_address: "localhost" # osc ip address
|
||||||
osc_port: 8888 # port
|
osc_port: 7777 # port
|
||||||
osc_message_address: "/pose/0" # osc address for message in send_message function
|
osc_message_address: "/pose/0" # osc address for message in send_message function
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
@@ -17,4 +17,4 @@ show_image: True # show image in opencv interface
|
|||||||
|
|
||||||
# Model UE4
|
# Model UE4
|
||||||
apose: True # APose coordinates
|
apose: True # APose coordinates
|
||||||
world: True # True - world coordinates, False - local coordinates
|
world: True # True - world coordinates, False - local coordinates
|
||||||
|
|||||||
Reference in New Issue
Block a user