get_frame

get_frame#

method

SCICAM.get_frame()[source]#

Retrieves the last frame from the memory buffer, processes it into a gray-scale image, and serializes it using the pickle library. The header is then added to inform the client how long the message is. This should not be called from the client. It will be called from the function _video_loop() which is on a parallel thread with Pyro5.