Marcus Forst
Marcus Forst
By stream I mean grab and then display video without saving. I want to replicate the pylon viewer "continuous shot" and "record" buttons. I would use the pylon viewer gui...
Is there a way to stream video from one camera, then have a waitkey that triggers saving a series of images from one camera and a second HW triggered camera?...
This works for me: ``` def find_endpoints(skel): # Define a kernel that counts the number of neighbors kernel = np.array([ [1, 1, 1], [1, 10, 1], [1, 1, 1] ])...
I'm working on this currently. To deal with the first max_path_length error resulting from looped filaments, I added a check before running "analyze_skeletons": ``` # define two functions to identify...