renamed some files to make it easier to understand

This commit is contained in:
simleek
2019-09-30 22:45:07 -07:00
parent eaa5fe13e0
commit 9c360c89a6
16 changed files with 77 additions and 80 deletions

View File

@ -1,4 +1,4 @@
import displayarray.webcam_pub as w
import displayarray.frame_publising as w
import unittest as ut
@ -8,7 +8,7 @@ class TestFrameHandler(ut.TestCase):
def test_handler(self):
def test_frame_handler(frame, cam_id):
if self.i == 200:
w.camctrl.stop_cam(cam_id)
w.subscriber_dictionary.stop_cam(cam_id)
if self.i % 100 == 0:
print(frame.shape)
self.i += 1