UniTAP.dev.modules.dut_tests.dut_default_params.pixel_video_test
Class VideoPixelTestColorDepth describes available supported color depth.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class VideoPixelTestElementFormat describes available supported color formats.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class VideoPixelTestColorDepth describes available supported alignment.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class VideoPixelTestColorDepth describes available supported files format.
Inherited Members
- enum.Enum
- name
- value
- builtins.int
- conjugate
- bit_length
- bit_count
- to_bytes
- from_bytes
- as_integer_ratio
- real
- imag
- numerator
- denominator
Class VideoPixelTestParam describes parameters for video pixel test.
- Defines frame width as number of elements
image_width. - Defines frame height as number of elements
image_height. - Defines the color depth of the image as number of bits per color channel regardless of the color format
color_depthtypeVideoPixelTestColorDepth. - Defines the element format used to encode the pixel data of the bitmap
frame_data. - Defines type of alignment (LSB-MSB data alignment)
alignmenttypeVideoPixelTestAlignment. - Defines the length of the video test as number of frames
frames_number. - Defines number of frame that are allowed to be considered as 'failed' before the entire test is considered as
'failed'
frames_number_mismatch. - Defines the number of pixels that allowed to be considered as 'failed' before the frame is considered as 'failed'
pixel_tolerance. - Maximum number of frames failed frames saved per test run
max_auto_save_failed. - Contains the full path to the folder where failed frames are to be saved without trailing backslash
failed_frame_folder. - Defines the number of failed frames to be exported from the video test
max_export_failed_frames. - Defines export file format
export_data_formattypeVideoPixelTestExportFormat.
Set and get element format used to encode the pixel data.
Returns:
object
VideoPixelTestElementFormat
Set and get pixel data of image.
Returns:
object bytearray | list[int] | None | str
Set and get number of frame that are allowed to be considered as 'failed' before the entire test is considered as 'failed'.
Returns:
object
VideoPixelTestAlignment
Set and get number of pixels that allowed to be considered as 'failed' before the frame is considered as 'failed'.
Returns:
object
VideoPixelTestAlignment
Set and get maximum number of frames failed frames saved per test run.
Returns:
object
VideoPixelTestAlignment
Set and get full path to the folder where failed frames are to be saved without trailing backslash.
Returns:
object str