Closed GiovanniSena closed 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.
Sounds good to me. Can you do that and add comments in the code about it?
Many thanks, Giovanni
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.
Done. I will close the issue.
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.