estherjk / edi-cam

Video streaming on Intel Edison
http://youtu.be/nVDL2-bFT3Y
MIT License
156 stars 77 forks source link

camera crashes at resolution of 640*480 #9

Open falakdesai opened 9 years ago

falakdesai commented 9 years ago

hello,

I tried to run the project with required modifications in bin/do_ffmpeg.sh , client/index.html , & server/server.js files. I replaced 320_240 with 640_480 (also tried other combinations) But now when I run the node server.js , the camera blinks once and then it turns off. So i cannot get video stream of my desired size. (I'm using Logitech C270 camera with 1280*720 HD input capacity) how should I solve this ?

thank you.

estherjk commented 9 years ago

Hmm... 640x480 is working fine for me.

From time to time, I do experience issues when I am modifying settings / code for the demo. I think the camera doesn't disconnect properly when I shut down the server. Typically, I unplug and replug the camera. I also try rebooting Edison. See if either of these will resolve your issue.