-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding Live view #45
Comments
Reminder to myself: |
Nice; Live view should be rather a connector to a stream. We can outsource the capture into another small container and then stream from there to further advance (see comments above).
Bugs:
|
I tested the live view together with OBS Studio. This works great! (start virtual camera in OBS and in BLITZ specify camera 1 instead of 0). We can even edit the images WHILE their are streamed to BLITZ! The camera already has its own thread in BLITZ, so this is not a problem. I would like to see this in the next release of v1.2.2 as its already working very well. |
Can we add this to v1.2.2? This needs testing before merging. |
I’d like to emphasize that our priority right now must remain on finalizing and polishing the core functionality of BLITZ to deliver a stable v1.2.2 release. While live view is undoubtedly a cool feature and a valuable tool for testing, it’s not yet a core requirement for most scientific workflows. A more practical approach for typical use cases would be implementing a "live folder update," as most scientific cameras save images directly into directories rather than streaming – many don’t even support streaming capabilities at all. This, after all, was the primary motivation behind WOLKE, which is designed to handle such scenarios efficiently. With your upcoming departure, it’s even more critical that we focus on delivering a robust, bug-free release. Let’s keep live view in mind, but hold off on prioritizing it until we’ve addressed the more pressing issues. Once the core functionality is rock-solid, we can revisit this feature and develop it further. I realize this might not be the answer you’d prefer, but I want to assure you that I see the potential in this feature—it’s just not a priority right now. |
It would be of interest to implement a live camera view.
Basically we would feed a live stream into a running ring buffer that can be started and stopped any time, with all options regarding image view available.
-> to be discussed first.
The text was updated successfully, but these errors were encountered: