Hamamatsu Camera Video format not supported
Show older comments
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).
Accepted Answer
More Answers (0)
Categories
Find more on Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!