thamaeng
Posts: 24
Joined: Fri Oct 10, 2014 12:48 pm

Live video feed with camera mdule

Mon Nov 10, 2014 9:53 am

Hi,
I am trying to use the raspberry pi camera module as a car reverse camera. Is it possible to connect the camera module to the raspberry pi and view the video feed in the same monitor which is connected with the raspberry pi. i do not want to record video or capture any photos. just want to see the rear view when reversing. please advise me in this. thank you.
regards,

Thama.

User avatar
jbeale
Posts: 3675
Joined: Tue Nov 22, 2011 11:51 pm
Contact: Website

Re: Live video feed with camera mdule

Mon Nov 10, 2014 7:36 pm

Yes. Just type "raspivid -t 0" and you will see the camera feed live in the monitor attached to the R-Pi.
You can specify many other options, for example if you want 4:3 instead of 16:9, etc... type "raspivid" by itself to see the many options available.

Return to “Camera board”