Questions tagged [video-input]

Questions relating on how to input analog or digital video into the Pi. Do not use this tag when the video is transported via network towards the Pi.

No Raspberry Pi has consumer-grade video inputs (HDMI input , Composite input , DVI/VGA input). You can use USB capture cards to solve this , but special care has to be taken to select a well-supported chipset.

The CSI port on all Raspberries has been primarily designed for the official camera only. Other devices will be subject to control and default tuning applied for omptimum camera performance via the secret GPU hardware and software. No official support and performance guarantee can be expected of third-party devices connected to the CSI port.

10 questions
3
votes
1 answer

How can I stream video from an HDMI device over a local network?

The goal: To stream video and audio output from an HDMI device to a computer over a local network in real time. For example, streaming the HDMI output from an Xbox 360 to a computer on the same network. The computer would play the stream with VLC or…
lightpath
  • 33
  • 1
  • 1
  • 4
3
votes
2 answers

Video inputs for screen capture

I want to make the Raspberry Pi to be an external capture device for the PC screen. I don't want to use software on the Windows PC, I want to make the Raspberry Pi some kind of DVR/PVR. Is it possible? capturing at: Full HD, 60 fps or more. My first…
Dave
  • 31
  • 1
  • 2
3
votes
3 answers

Hardware-encoding (h264_v4l2m2m) a MJPEG stream from a webcam

I have a 1080p webcam connected to a Raspberry Pi 4B over USB. The camera supports the following formats: Raw : yuyv422 : YUYV 4:2:2 Compressed: mjpeg : Motion-JPEG I would like to use ffmpeg to stream the footage…
Archimaredes
  • 139
  • 1
  • 3
2
votes
0 answers

python (2/3) functions to use a USB-camera?

After many attempts using pygame, or OpenCV to capture and display pictures from a standard USB-camera I decided to ask this question. Mplayer worked with all cameras I have tested (a=Logitech, b=Creative, c=SPEEDLink). Mplayer works from…
peets
  • 131
  • 5
1
vote
1 answer

Pi Zero Virtual file system on USB Mass Storage Device

I want to build an application (node.js, python, c, I don't care) that sets up a virtual file system like FAT32 or NTFS. Next, I want to expose this virtual disk through the USB Mass Storage gadget of the Pi zero. What I really want is my HDMI…
Sam
  • 121
  • 7
1
vote
0 answers

Solution to Picam(s) poor auto exposure with Motion?

i've got pi-cams: v1, v1 IR, v2 NoIR, v2 IMX219-D160 wide, and none of them can dynamically adjust it's auto-exposure/brightness by itself, when used as CCTV by Motion. they somewhat try but outputs are poor. so far i have been manually adjusting…
1
vote
1 answer

Building a top-down parking camera

I'm looking to build something like this using a Pi. As I understand it, it needs to handle 4 simultaneous video streams + perspective transformations and output it to a display. I'm not very familiar with the Pi ecosystem so I don't even know if…
vos
  • 11
  • 1
1
vote
0 answers

RGB888 as input to Raspberry Pi

I need to give RGB888 data coming from one of my hardware into a Raspberry Pi and should be able to see the video feed via a script just like raspivid. Methods to interface Pi to DPI is available. I need the exactly opposite solution.
Suraj Raju
  • 11
  • 1
1
vote
1 answer

Picamera: intermitent purple snowstorm - EMI or software issue?

I have recently tried a NoIR camera in my new appartment and started getting this strange interference, see photo below. I comes and goes randomly but happens mostly at night in a dark room. Sometimes it can go on a whole night, every minute or so,…
0
votes
0 answers

I want to power four screens with the same feed but I want a uniform delay on each

Having failed to find an off-the-shelf solution that doesn't cost multiple $ thousands I want to see if I can build it myself I want to watch sports with constant replay. My goal is to have four screens next to each other all showing the same game…