FLIR camera connecting both SpinView and Image acquisition toolbox on Matlab
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi,
I use Matlab to have acquisition of FLIR camera. For example, if the exposure time is locked on SpinView, the line "src.ExposureTime = 3000;" will give error. When I change the exposure time to OFF on spinview, it gave no error.
Though I clear all image objects with delete(imaqfind), the error "Multiple image acquisition objects cannot access the same device simultaneously" appears all the time.
I wonder if SpinView is running in the background even if I closed it. I thought SpinView and Image acquisition toolbox should run separately. Please suggest. Thanks.
댓글 수: 3
Walter Roberson
2023년 3월 13일
If SpinView is still running, the camera might be detected as being in use.
If SpinView is not still running.. try rebooting the camera.
답변 (1개)
Anurag
2023년 11월 22일
Hi AT_HYZ,
I understand that you’re having issue with using your FLIR camera with MATLAB, and that even after clearing all the image objects with “delete(imaqfind)” you’re still getting the same error.
Refer to the following points inaddition to what you did to solve the problem:
- After deleting image acquisition objects (“delete(imaqfind)”), use “imaqreset” to reset the Image Acquisition Toolbox.
- Check for other applications accessing the camera through the device list.
- Verify proper camera connection and availability in MATLAB using “imaqhwinfo”.
- Update FLIR camera drivers.
Please refer to the following MathWorks documentation link for more information on “Creating Image acquisition objects” and FLIR camera driver:
- https://www.mathworks.com/help/imaq/creating-image-acquisition-objects.html#f7-82585
- https://mathworks.com/hardware-support/flir.html
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!