
Guide on how to use the tools

// Monitor HDMI capture and resolution size
// ./run_rvbox1_test_capture_video.sh
// Monitor through the log output to the terminal after execution
// Check for errors through the rvbox1_test_capture_video_err.log file after termination
run_rvbox1_test_capture_video.sh

// Check the mouse absolute coordinates operation and performance
// ./run_rvbox1_test_mouse_abs.sh 10 1000 500
// Parameter 1: Set injection interval 10
// Parameter 2: Maximum mouse X coordinate
// Parameter 3: Maximum mouse Y coordinate
// Monitor through the log output to the terminal after execution
// Check for errors through the rvbox1_test_mouse_abs_err.log file after termination
run_rvbox1_test_mouse_abs.sh

// Move to a specific Position through the mouse absolute coordinates (Check coordinate value error)
// ./run_rvbox1_test_mouse_abs_pos.sh 1000 500
// Parameter 1: Mouse X-coordinate
// Parameter 2: Mouse Y-coordinate
// Monitor through the log output to the terminal after execution
// Check for errors through the rvbox1_test_mouse_abs_pos_err.log file after termination
run_rvbox1_test_mouse_abs_pos.sh

// Check mouse relative coordinate operation and performance
// ./run_rvbox1_test_mouse_rel.sh
// Monitor through the log output to the terminal after execution
// Check for errors through the rvbox1_test_mouse_rel_err.log file after termination
run_rvbox1_test_mouse_rel.sh

// Check for keyboard operation
// ./run_rvbox1_test_keyboard.sh
// Run Monitor through the log output to the terminal
// Check for errors through the rvbox1_test_ keyboard_err.log file after termination
run_rvbox1_test_keyboard.sh

