-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
feat: Visual Assistet Nozzle Offset Calibration for IDEX printers or Toolchangers #1557
feat: Visual Assistet Nozzle Offset Calibration for IDEX printers or Toolchangers #1557
Conversation
transslations for the webcam settings and webcam panel added
boolean setting to activate the nozzle calibration overlay to the webcam
nozzleCalib type added
nozzle_calibration type fixed
dangit
conditional webcam panel title added
unneeded locales removed
Language file analysis report:
|
Thanks for all your work! I will check this PR as soon as possible and fix the package.lock issue. |
no hurry, packagelock issue is fixed already. whenever you have time |
making the webcam setting to enable to overlay exclusive to adaptive mjpeg streamer cameras.
Language file analysis report:
|
even if i was able to add a universal overlay to each camera type, i realized it doesnt make a lot of sense now. the rendering strategies are to different for the camera types, this would require to much changes. i limited the webcam setting, to enable the overlay, to adaptivemjpeg cameras. i think thtats totally fine, you wont connect a IP or webrtc camera anyway as a nozzle cam so from my point i am happy wiht it as it is now |
webrtc is just fine for nozzle cams, because you can also use higher resolutions and more FPS, but please let me check a "generic" option to implement it... |
sure, the problem i encountered is that i need to draw the crosshairs directly onto the image, thats difficult for the video renderers for example if i could get a universal drawing context that would be nice |
Language file analysis report:
|
merge the newest mainsail version into the nozzle overlay branch
Language file analysis report:
|
Language file analysis report:
|
Language file analysis report:
|
Language file analysis report:
|
Language file analysis report:
|
Language file analysis report:
|
Language file analysis report:
|
Description
All needed informations can be found here:
https://github.com/HelgeKeck/vcore-idex/blob/main/doc/vaoc.md
Atm this PR adds a overlay over a Adaptive MJPEG Streamer camera.
This is not a good solution, i request help for a proper implementation.
Ideally this would be a completely own panel where i can choose any type camera.