commit | 90d4958163cc6ae1e1bf2cf50b6b5b4bfb6fb845 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:22:00 2018 -0600 |
committer | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:32:47 2018 -0600 |
tree | 8270a13eca30a7f58c9884daf773c12fc5438293 | |
parent | 21b177e050fe91525e34d20cb32fc1b605da5405 [diff] |
Add V4L2 video class implementation Change-Id: I9fd9cdbc711fb48de542efcaf02d0630ae0872b2 Signed-off-by: Eddie James <eajames@linux.ibm.com>
The obmc-ikvm application is a VNC server that provides access to the host graphics output. The application interfaces with the video device on the BMC that captures the host graphics, and then serves that video data on the RFB (remote framebuffer, also known as VNC) protocol. The application also interfaces with the BMC USB gadget device to pass HID events from the BMC to the host, allowing the user to interact with the host system.
Once the host is running and an appropriate HID gadget device is instantiated on the BMC, the application can be started with the following command: obmc-ikvm -v <video device path> -i <HID gadget device path>
For example:
obmc-ikvm -v /dev/video0 -i /dev/hidg0