Wei Ouyang

Results 197 comments of Wei Ouyang

This features seems very cool! I don't fully understand. In the context of supporting SciJava script in ImJoy, I guess this can potentially enable the following: 1. take a python...

Any updates on this one? This will be very useful for us! In our case, we are currently using Triton inference server with python-backend (which uses conda-pack environement file *.tar.gz),...

I would like to have this feature supported too.

Hi I just checked, it appears that it's not possible to request fullscreen from within the iframe itself, the fullscreen should be done in the host window. This means we...

Hi @SumanthDevarasetty Thanks for your report, it appears that we need an additional plugin for this format. I am testing it in our newer version here: https://github.com/aicell-lab/imagej.js/commit/2d5b87ef30ff8aec5a71b14f55c9b87212b42a17 But it's not...

@hannahhhuang Could you try to clear browser cache or use incogonito mode to test it?

Hi @gsnitker Thanks for the request. At first glance, I think it's not possible to port that plugin to run in the browser due to the difference in handling cameras...

Hi, you should do 'const ij = await api.createWindow({src: "https://ij.imjoy.io"})' as documented in the docs.

> > Hi, you should do 'const ij = await api.createWindow({src: "[https://ij.imjoy.io"}](https://ij.imjoy.io%22%7D))' as documented in the docs. > > Im getting api property from imjoy instance, api variable doesnt exist....

You will need to load the imjoy core in the web page, so imjoy-rpc can connect to it. In that case, you can just use imjoy-core and load a plugin...