-
Notifications
You must be signed in to change notification settings - Fork 200
AddOns ~ HDMI in Cards
In some cases instead of Pi camera we might want to input the video signal from an external camera or another video source. For example a GoPro or DSLR camera which has an HDMI output. NOTE: That this solutions might add additional latency to the video signal.
This card is very similar to B101. I have tested it with Pi Zero. It connects directly with supplied cable and works out of the box (tested with EzWFB 1.6RC6 image). See images below. No reconfiguration was need. Just plug and play. Notice though that this applies to GoPro4 and SJcam M10 that I have tested. Unfortunately B102 did not work neither with my Samsung NX500 nor with Canon EOS M cameras. EOS M had an output of 1080i which is not supported by B102. On the other hand nx500 was set to resolution of 1080p which is supported by B102 but the image showen on the display was distorted and flickering. It feels like nx500 has some data being sent in strange or special way which B102 cannot interpret properly.
This is a HDMI to CSI-2 Bridge (15 pin FPC) adapter. The output from this card plug in directly into camera slot on Pi.
Here is the response (via email) from Auvidea about the supported resolution. "the B101 only supports 1080p25, because this is a limitation of the Toshiba driver in the RPi. However there will be the V20, which has SDI input and it fully emulates the Pi camera. Here 1080p at any frame rate up to 30 Hz is supported. The Pi seems to max out at 47Hz. We are looking at new versions which will have LVDS and HDMI input. The B101 rev 3 supports all Pi A/1/2/3 models, not Pi zero.
Technical details are here http://www.auvidea.eu/download/manual/B10x_technical_reference_1.3.pdf
More info on Auvidea website http://auvidea.eu/
This card has been tested by one of the users and reported on the Forum to work Ok. It has both HDMI and Composite inputs.
- Set your external HDMI camera to 1920x1080 progressive with 25 or 30fps
- Check that the HD1 adapter has correctly detected the above camera resolution (LEDs)
- Set this in wifibroadcast-1.txt:
WIDTH=1920
HEIGHT=1080
FPS=25 #(or 30)
EXTRAPARAMS="-cd H264 -n -fl -ih -pf high -md 1 -awb off -awbg 1.0,1.0 -ex off"
Here is the Youtube video showing the card in action.
More info here:
https://www.rcgroups.com/forums/showpost.php?p=36584377&postcount=1960
General
Hardware Setup
- Proper Wiring
- Power Supply (BECs)
- Supported Pi models
- Supported Cameras
- Supported WiFi Adapters
- Supported Displays
- Antennas
- DIY builds
Software Setup
- Basic configuration options
- Advanced Options
RC Control
- General
- RC with Ardupilot (MAVlink)
- RC with iNav
- DIY builds
Ground Stations
- Mission Planner (Windows)
- QGroundControl (Windows / Linux / Mac / Android /iOS)
- APM Planner (Windows / Mac / Linux)
- Tower (Android)
- FPV_VR (Android)
- GStreamer (Windows / Mac / Linux)
- Fishing FanCam (iOS)
Expert Settings
- OSD MAVLink message types
- Transmit power settings
- SSH shell
- Raspivid camera settings
- Optimizing-Power-Consumption
Extensions / AddOns
- HDMI-in cards
- WebCams
- Video Switcher
- Thermal (FLIR, Seek)
- 360° cameras
Community-HUB
Developer's Corner
- Room for Improvement
- Mounting Images
- Reducing Images size
- WinSCP (copying files)