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

Android Project Example #98

Open
ChayceJRoss opened this issue Nov 6, 2024 · 0 comments
Open

Android Project Example #98

ChayceJRoss opened this issue Nov 6, 2024 · 0 comments

Comments

@ChayceJRoss
Copy link

I have been attempting to make a client that can make C-STORE requests, and render CT DICOM images to jpeg - in Unity for the Meta Quest 3. The Quest 3 uses an Android runtime.

  1. Assuming Unity android runtime behaves as any other android runtime do you think this is even possible with the way fo-dicom is currently set up?
  2. When trying to build the project I felt that I was constantly playing whack-a-mole with hidden desktop dependencies in the service providers. For example IServiceCollectionExtension::AddFellowOakDicom() uses the DefaulTranscoderManager, which is a desktop only package. These bugs are especially hard to keep track of because the application would only catch them at runtime. Is there a recommended service provider/factory I should be using that I did not see, or do I need to implement these services myself when they are not supported by the platform I am using?
  3. I am sorry if this is the wrong place to post this -- if I should find help elsewhere where should that be?
  4. If I can get help with this I would be willing to PR two projects for this repo -- one for Android Xamarin and one for Android Unity.
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

1 participant