项目作者: antoinebou13

项目描述 :
To test HDR 4k display on linux
高级语言: Python
项目地址: git://github.com/antoinebou13/HDR-10bpp-Display-Test.git
创建时间: 2018-06-07T23:23:32Z
项目社区:https://github.com/antoinebou13/HDR-10bpp-Display-Test

开源协议:

下载


HDR-10bpp-Display-Test

This is a simple test to verify the HDR 4K display on Linux using a color depth of 10 bits per channel. The test requires an HDR 4K display and a Linux environment with the X server installed.

Getting Started

Prerequisites

To run the test, you will need the following software installed on your system:

  • X server
  • Python 3
  • GTK 3
  • ImageJ (for displaying images with a 10-bit color depth)
  • ImageIO (for reading image files)

You can install these packages on Ubuntu or Debian-based systems by running the following command:

  1. sudo apt-get install xserver-xorg python3 python3-gi python3-gi-cairo gir1.2-gtk-3.0 imagej

Installing

To install ImageIO, you can use pip:

  1. pip3 install imageio

Running the test

To run the test, follow these steps:

  1. Clone the repository:
  1. git clone https://github.com/yourusername/HDR-10bpp-Display-Test.git
  1. Navigate to the project directory:
  1. cd HDR-10bpp-Display-Test
  1. Stop the display manager and X server:
  1. sudo systemctl stop lightdm || sudo systemctl stop gdm
  2. sudo pkill Xorg
  1. Start the X server with a color depth of 30:
  1. startx -- -depth 30
  1. If the X server was started successfully, the output of the following command should indicate a depth of 30:
  1. xwininfo -root | grep Depth
  1. Launch the viewer application:
  1. python3 Viewer.py
  2. python3 Viewer3.py # video support
  1. The viewer window will open. To display an image, run the following command:
  1. imagej --no-splash /path/to/image
  1. The image should be displayed in the viewer window. Verify that the image is displayed correctly and that the colors are accurate.

Troubleshooting

If the X server does not start with a color depth of 30, try starting it with a color depth of 24:

  1. startx -- -depth 24

License

This project is licensed under the MIT License - see the LICENSE.md file for details.