Hi there,
I’m trying to use the Alvium 1800 U-158m with ImSwitch on an Apple M1 with the following “detectors” config but I’m not able to get a video feed.
"detectors": {
"WidefieldCamera": {
"analogChannel": null,
"digitalLine": null,
"managerName": "AVManager",
"managerProperties": {
"cameraListIndex": 1,
"avcam": {
"exposure": 0,
"gain": 0,
"blacklevel": 100,
"image_width": 1000,
"image_height": 1000,
"pixel_format": "Mono8"
}
},
"forAcquisition": true,
"forFocusLock": false
}
}
I’ve put this “detectors” config in my own setup file under imcontrol_setups/my_setup.json
and updated the imcontrol_options.json
file as follows
"setupFileName": "my_setup.json"
A few issues that I’m encountering:
- The image is just noise as if the camera isn’t connected
) - The pixel format remains at Mono12 even though the 1800 U-158m can use Mono8. Trying to change this in the GUI causes it to immediately change back to Mono12. Even using Mono12 in the “detectors” config doesn’t work.
Any advice for these issues would be greatly appreciated. Please let me know if you need any more info.
Cheers,
Scott