Skip to content
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

Open
JiangXL opened this issue Apr 26, 2023 · 3 comments
Open

Use TUCam under Linux #344

JiangXL opened this issue Apr 26, 2023 · 3 comments

Comments

@JiangXL
Copy link
Contributor

JiangXL commented Apr 26, 2023

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/

@marktsuchida
Copy link
Member

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.

@JiangXL
Copy link
Contributor Author

JiangXL commented May 1, 2023 via email

@JiangXL
Copy link
Contributor Author

JiangXL commented May 14, 2023

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants