Part Number: J784S4XEVM
Hi team ,
I am running the multicam application and trying to save raw and viss images but not able dump the frames .
I have modified the app_multi_cam.cfg values
output_file_path /opt/vision_apps/app_cam_out
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: J784S4XEVM
Hi team ,
I am running the multicam application and trying to save raw and viss images but not able dump the frames .
I have modified the app_multi_cam.cfg values
Hi Darshan,
You may have to make (mkdir) the output folder manually first.
I recall there is some issue in multi-cam app for dumping images after some previous tiovx update.
Only some combinations may be supported.
So, you may have to try turning on each of the flags individually (not together).
# enable writing final output 0-disable, 1-enableen_out_img_write 1
I don't think this is needed.
You may keep it as 0.
# enable writing csix output 0-disable, 1-enableen_out_capture_write 1
This is for sensor raw image.
# enable writing viss output 0-disable, 1-enableen_out_viss_write 1
This is for VISS output yuv image.
Hi Gang Hua,
I created the directory using mkdir .
Now I am able to dump raw image from multiple channels when i enable en_out_img_write 1 alone , but when i enable en_out_viss_write 1 alone the fps becomes zero and the application crashes when press "s" to save frames.
Can you please help me fix this?
Thanks,
Darshan S
Hi Darshan,
Now I am able to dump raw image from multiple channels when i enable en_out_img_write 1 alone
Yes, that should work.
but when i enable en_out_viss_write 1 alone the fps becomes zero
That seems what I recall as well for mutli-cam app.
I typically use the single-cam app the capture/dump raw and yuv images.
Can you please help me fix this?
I am not familiar with tiovx s/w details unfortunately.
We have filed a bug previously and have to wait for it to be prioritized.
Hi Darshan,
when i enable en_out_viss_write 1 alone the fps becomes zero and the application crashes when press "s" to save frames.
While doing that, could you disable raw image dumping?
That seems working for me, but it only captures VISS output for the first camera on my j722s evm with SDK 11.