-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Allow cameras to popup
from the grid
#1785
Comments
@fjluquerodriguez It would help if you could describe what are you trying to do. Would you mind saying a little more about what you are trying to achieve, and I'll see if I can think of way to achieve it? |
@dermotduffy i'm trying to show a camera in full screen or expanded (only that camera) when I click on the camera in grid mode. Now, it expands all cameras (full grid). I know that I can do clicking in the camera (camera is selected) and then click in the grid button of the menu. But when I have a lot of cameras, thats is not easy or "confortable"... I think It will be better to click to zoom and a close button in order to return to the grid view. Thats is that i'm triting with tap_action and script but without templating available is imposible... thanks |
Thanks @fjluquerodriguez . When you click on a camera in grid mode, it should already "zoom into that camera" (the degree it scales is controlled by I could imagine a new parameter
Is that the kind of thing you're looking for? |
That's exactly @dermotduffy. It would be great to have it! Thanks |
popup
from the grid
OK, got it. The more votes the top comment gets, the more likely I am to prioritize this on the stack. |
Currently in grid mode, if i use expand action:
full grid (with all cameras) is expanded, so really, there is no so much difference... Maybe It will be more usefull if only selected camera will be expanded...
Alternatively I'm triying to open a popup with tap_action:
This works but as you can see camera is static... I don't know how do it dynamic:
I've tried templating:
but seems that templates are not evaluated...
Thanks
The text was updated successfully, but these errors were encountered: