Hamamatsu Camera Video format not supported
조회 수: 11 (최근 30일)
이전 댓글 표시
I have been attempting to connect my Hamamatsu Camera to MATLAB hardware. However, I seem to have difficulties with the type of video format I am requesting
Currently, these are the types of video formats I can enter into the videoinput function
VideoFormat = "MONO16_2048x2048";
VideoFormat = "MONO16_BIN2x2_1024x1024";
VideoFormat = "MONO16_BIN4x4_512x512";
If possible, please let me know if I am doing something incorrect of if the types of video inputs have changed.
- Make: Hamamatsu
- Model: ORCA Flash 4.0 V2, C11440-22CU
Firmware and software
- DCAM-API: v. 4.00 (NIS-E)
- Master Camera Firmware: v. 4.00.A.
- Driver: v. 7.5.140.5794
requestedDevice =
struct with fields:
DefaultFormat: 'MONO16_2048x2048_Std'
DeviceFileSupported: 0
DeviceName: 'C11440-22C, S/N: 100109, Bus: AS-FBD-1XCLD-2PE8'
DeviceID: 1
VideoInputConstructor: 'videoinput('hamamatsu', 1)'
VideoDeviceConstructor: 'imaq.VideoDevice('hamamatsu', 1)'
SupportedFormats: {1×8 cell}
K>> imaqhwinfo
struct with fields:
InstalledAdaptors: {'hamamatsu' 'winvideo'}
MATLABVersion: '9.14 (R2023a)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '6.7.1 (R2023a)'
K>> formatType
formatType =
'MONO16_2048x2048_FastMode'
Error using videoinput
The FORMAT specified is not supported by this device. See IMAQHWINFO(ADAPTORNAME).
댓글 수: 0
채택된 답변
Harsh
2024년 8월 2일
편집: Harsh
2024년 8월 2일
It appears that the goal is to use a Hamamatsu camera's video format MONO16_2048x2048_FastMode with MATLAB. For MATLAB R2020a and later versions, the Image Acquisition Toolbox adaptor from Hamamatsu must be downloaded. For versions ranging from R2014a to R2019b, a hardware support package authored by MathWorks is available.
If the newer method isn't working for you then as an alternative, consider using MATLAB R2019b to utilize the Image Acquisition Toolbox with the Hamamatsu camera. The following MathWorks link can be used to install MATLAB R2019b; just ensure the correct version is selected:
The following MathWorks documentation provides a guide to get started with using the Hamamatsu camera on MATLAB R2019b:
I hope this helps, thanks!
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Hamamatsu Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!