Adding a new camera (Mightex SB-series camera) adapter#604
Merged
marktsuchida merged 2 commits intomicro-manager:mainfrom May 1, 2025
Merged
Adding a new camera (Mightex SB-series camera) adapter#604marktsuchida merged 2 commits intomicro-manager:mainfrom
marktsuchida merged 2 commits intomicro-manager:mainfrom
Conversation
Member
|
Thanks you. Would it be okay if I make some changes so that this code builds from the headers and libraries in your official SDK download (https://mightex.wpenginepowered.com/wp-content/uploads/2025/01/SBCamera_Release_250108.zip)? |
Contributor
Author
|
Sure, the header/libaries are the same as the SDK release, so please go ahead. Thanks! |
Mightex SB-Series camera adapter is added, source code are under the \DeviceAdapters\Mightex_SB_Cam.
- Use VS2019 toolset - Use SDK from 3rdparty - Add to solution
Member
|
@jintaozheng88 Apologies for the long wait. I have force-pushed to your branch to make the following changes:
Two things of note:
|
Contributor
Author
|
Thanks, Mark, will add the mentioned header file in our SDK in the future release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dear sir,
We (Mightex systems) add a new camera adapter (Mightex SB-series camera) in a new folder of \Mightex_SB_Cam under the \DeviceAdapters. Please note there're two low level DLLs under \Mightex_SB_Cam\lib64, these two DLL files have to be at the same dir of the adapter library file.
We didn't do any other modifications to other codes.
There're 3 previous commits which were for another LED driver adapter, but as the project was postponed...the adapter codes weren't added actually.
The product page of the SB cameras is as following:
https://www.mightexsystems.com/product/usb3-0-monochrome-or-color-1-5mp-global-shutter-cmos-camera-8-or-12-bit
The brief description of the SB camera adapter is as following:_
This Micro-Manager adapter can be used to operate Mightex SB-Series Camera. Please refer to Mightex SB-Series Camera user’s manual for more details of the camera control.
Mightex SB-Series cameras are USB3.0 cameras with Sony Sensor,The adapter has several properties that can be used to control the camera, with the property items, one can set parameters such as Resolution, Exposure Time, Gain, ROI, Offset_XY…etc. Note that the Exposure Time control has to set with the Property item (Not on the main window). It’s recommended for user to set full resolution when using SB-Series camera.
Thanks!
JT