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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now