commit | 8e909b757a643cbeb4975a2d2fb6f8f6878da51b | [log] [tgz] |
---|---|---|
author | Charles Kearney <charles.kearney@hpe.com> | Wed Mar 29 21:11:23 2023 +0000 |
committer | Charles Kearney <charles.kearney@hpe.com> | Wed Mar 29 21:11:23 2023 +0000 |
tree | d3816ae164a370bff25f01a8d2fe5bbe788e7a04 | |
parent | 4148d0c60a8c078e2e57cc16724d02278efb74a7 [diff] |
Add V4L2_PIX_FMT_RGB24 pixel format support This is the format used by the gxp v4l2 driver. Change-Id: Ia78e39b95f1cdffa2df111d1f1af4cb9c290cc9f Signed-off-by: charles kearney <charles.kearney@hpe.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