tomasz-lewicki / ai-thermometer

Fever screening with IR & RGB cameras and Deep CNNs
148 stars 39 forks source link

Program/camera feed over http #49

Closed MrAntony44 closed 2 years ago

MrAntony44 commented 2 years ago

Hello, I've been wondering if it is possible to access the feed the program provides(thermal and normal camera, along with the temperature overlay) so i can stream it over http. For the streaming I usually use VLC's component. My main issue is that I cannot find a way to access the feed. Is it saved locally somewhere? Am I missing something? Thanks for your time

tomasz-lewicki commented 2 years ago

Hi @MrAntony44,

Some work in that regard has been done a long while ago in the http_streaming branch. Please consider taking a look!

MrAntony44 commented 2 years ago

will have a look. Thanks for the reference and thanks for the amazing repo!