I am trying to steam Video

m_sousa

New member
Hello Everyone ;

Hope I don't screw this up too bad. This is my first post.

I am working on a project that grabs video from an electron microscope. I'm using a teensy 3.6 because of its dual DAC's. I have successfully acquired a 256x256, all the way to 1kx1k image. The images look good. The program is going well but my bottle neck is the USB port. I can transfer the data old school through the USB port but I need to bulk transfer the data.

The USB protocol is not my strong suit. Does anyone have a good resource on how to move data over the USB port properly. The best I can do right now is 256x256 image at about 1 frame per second. This is way too slow.

The program on the PC end is written in Processing4 just because it is easy and fast to make a GUI.

Any Ideas would be greatly appreciated.

Thanks in advance for any help.
Mike
 
Back
Top