patrickfuller / camp

A websocket-powered raspberry pi camera webserver
MIT License
107 stars 50 forks source link

Created new window in existing browser session. #6

Open cagsurgunu opened 6 years ago

cagsurgunu commented 6 years ago

when i make python camp/server.py, program creates a camera vision out of browser. I want to it creates only on browser is it possible?

patrickfuller commented 6 years ago

I haven't run this code in a while, but it only ran in browser when I did. If another window's popping up, I'm guessing it has something to do with how your camera is configured.

Sorry I can't be more helpful!

cagsurgunu commented 6 years ago

Thank you patrick you answer. I solved my problem. camera.start_preview() command starts another window for picamera. I made disable this command then it fixed.Thank you very much.