40 print("\nConfiguration Error: A camera configuration file needs to be specified. This file can be found in the Redist folder of your installation. "
41"See the documentation of the Python bindings for more information.")
42 exit(0)
43
44try:
45# Use Context Manager to prevent improper Tracker shutdown on errors.
46# Create an instance of the Tracker object using the default configuration path and file names.
47 with pst.Tracker("", "","", sys.argv[1]) as tracker:
48# Register the listener object to the tracker server.