DAQ session error within a guide interface
이전 댓글 표시
I am currently building a gui that contains controls for both image acquisition and national instruments data acquisition (sometimes simultaneously). I successfully built the controls for the image acquisition part. I can preview, capture, and process images from my video stream, and view them in real time. I went on to add the daq code and ran into the following error:
No appropriate method, property, or field preview for class daq.ni.Session
This occurs when I try to access any part of the handles structure after issuing a daq command. I check handles and all the fields appear to be present. I created the daq session as handles.s = daq.createSession('ni'). I am sure I am using the handles structure incorrectly but I cannot figure it out.
답변 (1개)
Sean de Wolski
2014년 3월 20일
편집: Sean de Wolski
2014년 3월 20일
0 개 추천
preview is an option to preview an image, it'll be different for daq. I don't have access to any hardware right now but you'll be able to find your method of choice in here, perhaps startbackground?
카테고리
도움말 센터 및 File Exchange에서 Image Data Acquisition에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!