Difference between revisions of "Elgato CAM LINK 4K"

From apertus wiki
Jump to: navigation, search
Line 48: Line 48:
* http://vserver.13thfloor.at/Stuff/ELGATO/
* http://vserver.13thfloor.at/Stuff/ELGATO/
* https://github.com/ktemkin/camlink-re
* https://github.com/ktemkin/camlink-re
 
* Patching my Cam Link 4K to play nicer on Linux - https://assortedhackery.com/patching-cam-link-to-play-nicer-on-linux/


==Credits==
==Credits==


* https://twitter.com/GregDavill
* https://twitter.com/GregDavill

Revision as of 12:06, 11 April 2020

This PCB is relevant to the project because AXIOM Beta generates HDMI content inside its Beta Main Board FPGA and therefore almost any data can be sent over an HDMI connection. This provides a potential solution to not having control at the HDMI receiver side (recorder manufacturers do all kinds of strange things with the image, e.g. sharpening, colour conversions, etc... and in general only support very specific resolutions/frame-rates. Coincidentally there are also no standards for HDMI.

With the Elgato CAM Link 4k it could now become possible to take over control of the receiver side. This opens up a whole world of possibilities with regards to what data could be packed into the HDMI "frame" if it were to be used as a data container.

The device can be purchased from here

1 PCB

It is reported to be an 8 layer PCB. Probably atleast a 2-3+ HDI.



Pinout Mapping (WIP):

Layers-pinout.jpg


2 Firmware

a dump of the SPI communication (and the decoded flash data) can be found here:


3 Further files/links

4 Credits