-
Notifications
You must be signed in to change notification settings - Fork 479
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
Feature request: Projector mode (fully black + very specific scaling) #407
Comments
You can tweak colors as you wish using customization and overriding Regarding precise scaling it is doable but I think in practice you have to have some kind of adjustable mount for the projector, some kind of swiveling arm that you can bring in closer/further, move into and out of the workspace. It would be much easier to rely on that mount for adjusting the "fit" of the projected image than trying to guess the precise scaling number in ibom. But this sounds like a good use case for template support (#234), having a separate ibom template optimized for projection would be nice. |
@qu1ck the adjustability of the projector won't be of any use if the scaling of the PCB itself on the screen can't be set to a predefined value. The way the HTML Bom seems to work right now is that it will auto-fit the PCB view, and it's all too easy for a user to accidentally scroll/zoom in the view as well. Both of those would missmatch the scaling and require a bit of readjusting. At the very least a scaling lock would be needed so that, once adjusted, the scaling is consistent. |
I don't see why. I meant physical placement adjustment like something regulating the distance between the projector and the desk.
Right click in the pcb view resets the zoom and pan. By adjusting the split size, window tab you can bring the default zoom to close to desired level and do the rest with projector adjustment. I understand it's not ideal, better support in software would make it easier. Just throwing out ideas that can be used as workarounds. |
Right click on the PCB view resets the zoom and pan in a way that maximizes the PCB I did not open the issue to ask for potential workarounds, as I am aware of the ability to manually fiddle the scale into a correct value. |
Just to chip in - have you heard of the Augumented Reality Debug Workbench? It uses InteractiveHtmlBom with a projector, maybe that's what you're looking for. See: |
Hi!
This plugin has already been a great help to me a few times, and I really enjoy how easy it makes it to find component locations.
I do think that there might be one fairly easy way to make this tool even more useful: By giving it a "projector mode"
If the background could be set to a fully black colour, and the zoom of the front/back view could be fixed to a specific, predefined factor (via a numeric input field, and by disabling zooming with the mouse), it would be possible to project the HTML Bom onto a PCB workbench surface with a calibrated (through trial and error probably) scaling factor, in a way that the BOM representation of a PCB lines up with a physical PCB that is being worked on.
Skew and other visual misalignment can usually be corrected through settings in the projector itself, so that is not something this HTML BOM would have to worry about.
This should not be too much effort, but could be extremely helpful for PCB assembly processes and debugging.
Once the scaling factor is calibrated, setup would be as simple as loading up the HTML BOM in a browser and throwing it onto the projector, then taking care to manually line up the physical PCB with the projected image as needed.
A small but more complex extra would be hiding or minimizing the BOM list during "projector mode", instead only showing the information of the currently marked component(s), and stepping through them using a keyboard or remote.
I might look into the code and see how complex adding it would be myself, once the current heatwave is over; I am opening this issue to allow for discussion on the details before digging in, and perhaps seeing if someone else has attempted something similar.
There are, for example, these videos of working proof of concepts, though neither of them seem to have added their contributions to this repository:
https://www.reddit.com/r/KiCad/comments/emzwkm/demo_projection_mapping_the_interactivehtmlbom/
https://www.youtube.com/watch?v=MRn1CRluOb0
The text was updated successfully, but these errors were encountered: