barbeker
Posts: 12
Joined: Thu Sep 10, 2015 7:37 am

Full HD streamer for a communication transmitter

Sat Sep 19, 2015 8:11 am

as a part of a project i need to use the RPI as a full HD video streamer, which will be conected to a video camrea on one side and push the video throuh the USB port on the otherside at a rate of 4-10 Mbps (the format could could be anything at all). is it even possiable? if so any idea on how to start?

thank you very much

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Full HD streamer for a communication transmitter

Sat Sep 19, 2015 12:19 pm

You want to turn the Raspberry Pi into a webcam ? "push the video throuh the USB port" sounds very vague , the Pi Models B , B+ and B2 cannot act as USB device.


ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

barbeker
Posts: 12
Joined: Thu Sep 10, 2015 7:37 am

Re: Full HD streamer for a communication transmitter

Sat Sep 19, 2015 12:49 pm

i want to connect the Pi to a camera on one side and be able to transmit the data to another device which has a serial input. i tought i would use a USB-UART converter in order to support high data rates.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Full HD streamer for a communication transmitter

Sat Sep 19, 2015 12:51 pm

Which type of camera ? DSLR ? IP-Camera ? Camcorder ? A random "CSI module" from Alibaba/EBay ?


ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: Full HD streamer for a communication transmitter

Sat Sep 19, 2015 3:14 pm

Raw HD video is around 1 Gbit/s. Compressed with a good implementation of H.264 that can be brought down to around 5 Mbit/s which is still somewhat higher than the serial interfaces in USB UARTs are expected to run at.

Return to “Beginners”