Skip to content
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

Option to draw cross-hairs on a track preview window #565

Open
smarquard opened this issue Dec 13, 2017 · 2 comments
Open

Option to draw cross-hairs on a track preview window #565

smarquard opened this issue Dec 13, 2017 · 2 comments
Labels
feature Use this label for new features or enhancements

Comments

@smarquard
Copy link

For camera calibration purposes (for example with LectureSight) it would be quite helpful to be able to draw crosshairs on a track preview (typically presenter) so you can see the vertical and horizontal centres.

@paulgration
Copy link
Contributor

We did exactly this as part of a bigger project/plugin some time ago using the rsvgoverlay from gstreamer although not for calibration purposes...we had a requirement to provide crosshairs on top of the preview so that users of a specific type of space (self service recording studio) have a target to look at on a teleprompter to ensure they're looking at the camera behind it when making recordings.
I've recently been reworking it, when time permits, to use cairooverlay (plugins-good) instead of rsvgoverlay (plugins-bad).

Here's a gist I just put together (adapted from my experiments before) which I just put some crosshairs on - should be fairly easy to turn into a calibration plugin, I might have a look at doing that when I get time unless someone else gets there in the meantime.

@paulgration
Copy link
Contributor

@smarquard are you able to give this a try at some stage? It specifically targets presenter flavors (as I couldn't think of a reason why you would want to add crosshairs to anything else), if all works as expected I'll put it forward to be added to the list of Galicaster plugins.

@Alfro Alfro added the feature label Jan 22, 2018
@Alfro Alfro added feature Use this label for new features or enhancements and removed feature labels Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Use this label for new features or enhancements
Projects
None yet
Development

No branches or pull requests

3 participants