C2P - feature request
AnsweredWe are using C2P integration for some of our projects. For the simple one, setting camera and time is enough, but for some other projects we are looking for other features:
1. Set only time and don't change the layout - sometimes users would like to leave layout unchanged, but set time only
2. Autoplay - if we can't trigger playback, maybe there is way to change time and play when it's already playing?
3. Playback feedback - there should be some callback function which is triggered every frame or every second with current playback time
What do you think about those ideas?
-
Mateusz Kaczmarek
Hi! Thanks for your ideas!
All seem relevant and we are planning them. But can you elaborate on scenarios, what are you trying to achieve, what service are you building?And how this new functionality falls into user scenarios?
Also, regarding the 3rd: maybe implementing a call that returns current playback time is enough? As MVP. You can call it as frequently as you want. I understand the callback function may be useful in some scenarios, but in this case, it sounds like you can check the state on the webpage side. -
Hi,
Thank you for your response.
Our services are mostly integrations with Access Control, POS and ANPR.
- User is searching for some data on WebPage with C2P and get the result (result is a list of timestamps and text)
- Data is returned, layout is set with predefined cams which are relevent for the data. Time is also set
- User change layout (add another camera or change sizes or positions of elements)
- User clicks on timestamps (whichever user wants) and now layout is set the one from step 2, but we would like to leave it like after step 3 (1st idea). Time is set and playback is paused but we want to play it automaticly or choose when to play (2nd idea)
- Regarding 3rd idea, we would like to highlight timestamps on webpage, depending on the current playback time. This will allow user to follow the data of process during playback. Any way to check if its currently playing and what is the current time would be fine for us. Callback sounds good, beacuse there is no unecesery checking and works fine regardless of the playback speed :)
-
Thanks, Mateusz Kaczmarek
We hope we will include at least some improvements to our browser API in our upcoming releases.
so all of this is in the roadmap, but unfortunately with no solid ETA
Please sign in to leave a comment.
Comments
3 comments