-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use TUCam under Linux #344
Comments
Usually the process looks something like this:
|
Thanks, I will try.
On May 2, 2023, at 00:31, Mark Tsuchida ***@***.***> wrote:
Usually the process looks something like this:
* Install the Linux SDK.
* Try compiling the device adapter manually (g++ with appropriate flags for library and include directories), to make sure it compiles. Fix any issues and add alternatives for any uses of Windows-only API.
* Add logic to DeviceAdapters/configure.ac to detect the camera SDK and set variables for library and include directories. Also, build of the device adapter should only be enabled when the SDK is available.
* Add a Makefile.am for the device adapter.
—
Reply to this email directly, view it on GitHub<#344 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABLIOLFMBFL3BFNCV6V4CZLXD7QNDANCNFSM6AAAAAAXMERP7Q>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@fandayu Hi, could we have your help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The TUCam has linux sdk and share the same api with windows version. But current code only compile for windows.
How can I adapt micro-manager code to apply it?
Thanks!
https://www.tucsen.com/download-software/page/2/
The text was updated successfully, but these errors were encountered: