Hi! I'm trying to debug a Zybo Z720 video aplication on the Xilinx System Debugger (HW Applicationt) with TCFAgent. The debug stars correctly but my application requires opening a video and the TCF seems not to know how to handle the opening, can anybody tell me how can I pass him the video?
I've written:
v.open("IMG_4653.MOV");
if (!v.isOpened()) {
cout << "The file could not be open\n" << endl;
return -1;
}
And the debugger is always returning me "The file could not be open". But when I do the release, It works perfectly. It can open the video. So I'm guessing it has something to do with the TCF Agent.
Question
Laumont
Hi! I'm trying to debug a Zybo Z720 video aplication on the Xilinx System Debugger (HW Applicationt) with TCFAgent. The debug stars correctly but my application requires opening a video and the TCF seems not to know how to handle the opening, can anybody tell me how can I pass him the video?
I've written:
v.open("IMG_4653.MOV");
if (!v.isOpened()) {
cout << "The file could not be open\n" << endl;
return -1;
}
And the debugger is always returning me "The file could not be open". But when I do the release, It works perfectly. It can open the video. So I'm guessing it has something to do with the TCF Agent.
Any help please?
Thanks!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.