Dear Sir/madam,
Now I am using TDA4VMEVM and PSDKRA 7.0.
I tried to get VISS output from "Multi Camera VPAC Application".
I modified the en_out_viss_write to 1.
Following is my configuration file.
root@j7-evm:/opt/vision_apps# cat app_multi_cam_test.cfg
# sensor selection
# 0 : IMX390
# 1 : AR0233
# 2 : AR0820
sensor_index 0
# LDC 0-disable, 1-enable
enable_ldc 0
# Number of cameras enabled
num_cameras_enabled 1
# Number of frames to run
num_frames_to_run 1000000
# Show output in HDMI/eDP, 0-disable, 1-enable
display_option 1
# Supported usecase options 0, 1
usecase_option 0
# enable interactive mode 0-noninteractive, 1-interactive
is_interactive 1
# enable writing final output 0-disable, 1-enable
en_out_img_write 0
# enable writing csix output 0-disable, 1-enable
en_out_capture_write 0
# enable writing vis output 0-disable, 1-enable
en_out_viss_write 1
# enable writing ldc output 0-disable, 1-enable
en_out_ldc_write 0
# Number of frames to write per 's' command,
num_frames_to_write 1
# Number of frames to skip per 's' command, Eg. 0-no frame skip, 1-skip 1 frame, 2-skip 2 frames etc.
num_frames_to_skip 0
# path to write the processed frames
output_file_path /opt/vision_apps/app_cam_out
# Disable error detection by default
enable_error_detection 0
root@j7-evm:/opt/vision_apps#
The display hang after use this app_multi_cam_test.cfg.
Thers isn't any files under output_file_path /opt/vision_apps/app_cam_out.
Could you give me suggestion?
Best regards
-Jason