P4P_NTNDA_Viewer.py is not taking advantage of newer features in p4p. @mdavidsaver has made some suggestions here #30.
The first suggestion, to use Context(nt=False) has been implemented, and got the program working again. However, the program could be improved by using the "nt" unwrapping for NTNDArray and perhaps with the p4p.client.Qt.Context client wrapper.
P4P_NTNDA_Viewer.py is not taking advantage of newer features in p4p. @mdavidsaver has made some suggestions here #30.
The first suggestion, to use
Context(nt=False)has been implemented, and got the program working again. However, the program could be improved by using the "nt" unwrapping for NTNDArray and perhaps with the p4p.client.Qt.Context client wrapper.