GiovanniSena / LiSM_Hardware_Control

Code to control LiSM setup and run scans. By Paolo Baesso and Todd Fallesen. Published
0 stars 1 forks source link

Webcam? #5

Closed GiovanniSena closed 7 years ago

GiovanniSena commented 7 years ago

The original idea for the webcam was to see the leaves during long experiments. If we cannot position it in a way to avoid reflections from the LEDs, this is useless. Maybe we could use an IR camera (Noir) for Raspberry pi? To simplify, this could be taken out of the MATLAB code, and a second independent window opened, if required.

PaoloGB commented 7 years ago

An easy and non destructive way to do this is to comment out the line

TAB3_GUI(tab_3);

in "main_GUI.m"

Once that is done, the webcam tab will not be shown but it can easily be reinstated if needed. Changing more than this would require testing on your side to ensure nothing is broken in the code.

GiovanniSena commented 7 years ago

Sounds good to me. Can you do that and add comments in the code about it?

Many thanks, Giovanni


Giovanni Sena, PhD Lecturer | Imperial College London www3.imperial.ac.uk/people/g.senahttp://www3.imperial.ac.uk/people/g.sena

On 17 May 2017, 22:53 +0100, Paolo Baesso notifications@github.com, wrote:

An easy and non destructive way to do this is to comment out the line

TAB3_GUI(tab_3);

in "main_GUI.m"

Once that is done, the webcam tab will not be shown but it can easily be reinstated if needed. Changing more than this would require testing on your side to ensure nothing is broken in the code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/GiovanniSena/LSFM/issues/5#issuecomment-302242184, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AaKD5C0dOlrQvBJVc8gnd_FuGm2_YR4oks5r62wfgaJpZM4NA-_7.

PaoloGB commented 7 years ago

Done. I will close the issue.