-
Notifications
You must be signed in to change notification settings - Fork 8
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
Napari plugin reader for videos #49
Comments
Simple image frames can be just drag-and-dropped into napari and they will automatically open as images. What we want instead is a way to load videos. This is possible via the napari-video plugin, which is essentially a reader plugin for videos. That said, it would be useful to add a visible place on the movement widget to load the video together with the predicted poses. |
When implementing this, check resources linked in #105 |
While working on #253, I ran into issues with OpenCV also seems to lead to inaccurate seeking (which will be important for labelling), see janclemenslab/napari-video#3 Given the above, might be worth checking out the newer napari-pyav plugin, which uses Another alternative would be relying on |
We would like to have the ability to load single frames from a video (minimally just loading an image) into napari as an
Image
layer.The development of this feature will be facilitated by #38 and it will in turn facilitate #50.
The text was updated successfully, but these errors were encountered: