All,
In my electronics club in college we are using the Raspberry Pi Camera with OpenCV trying to use the video to store to a location and view the video that was recorded on a laptop that is connected via Ethernet cable. When we go to compile and run the program that does this we are getting and error that it won't open the output video. It should be an AVI video and going through PuTTy it should be able to play that video but it's not. We tried using V4L2 driver for the camera which is 264 video format. Is there anyway we can convert it that it will play through PuTTy or is there other drivers out there that would actually record in AVI format?