Skip to content

pepe2k/lenkeng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple program to receive image data from the Lenkeng LKV373 HDMI-extender.

Contents:
  setup-vlan.sh: Shows how to configure an interface to receive image data from
                 the extender. It is both important to add the IP address so that
                 trigger packets can be transmitted and to set the interface to
                 promisc mode so that packets will be received. (Not 100% sure
                 on the promisc though, it's been some time since I initially
                 wrote this and I started the documentation just now)
  simple_receiver.c: The actual receiver. It provides 25fps of mjpeg via a tcp port
                     configurable with -p. To select the interface that the data
                     should be received on, use the -i command line switch.

                     To compile it, you need libevent-dev. Then, you can use
                     something like this:

                         gcc -o simple_receiver simple_receiver.c -levent
  fallback.jpg: An image transmitted by simple_receiver when the data received
                from hdmi grows stale

About

Receiver code for Lenkeng LKV373

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Shell 1.4%