03-17-2021 12:59 AM
Hi, all.
I want to detect patterns in the image that is processed on FPGA.
Detecting patterns is conducted on the cRio system.
I read another reading(https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YH93CAG&l=ja-JP) and set file path like "/home/lvuser/red circle template binary.png".
The last part of file path is my template filename.
But my system can't find file.
Do I make some mistakes or are there other solutions?
For your help, I attach my project window image and you can find where my template file is.
Best regard,
cleska.
Solved! Go to Solution.
03-17-2021 05:34 AM
Hi,
I could self-solve my problem.
Here is a solution below.
I mistakenly understand where file is.
Previous thread, I only add template file on project window, not on the RT Target.
When I check MAX, I found the term of file transfer, then I used SFTP to put my template file on the RT Target successfully.
Thank you for your attention and I hope this will be helpful for someone who face the same situation, for especially beginners (of course I'm beginner too).
Best Regard,
cleska.