Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Video Player
-
Hi All,
I have a video that I want to start and stop at certain points based on values from data points. How best would I do that?
In dashboard designer, I can load my video and load my data points but not sure how to link the two together so the video will stop at either a certain time index or certain frame based on a value from my data point.
Was also having trouble finding detail component documentation. Can someone point me to where I should look?Jim.
-
@realmooseman have you enabled the API documentation menu item? See https://help.infiniteautomation.com/editing-the-menu
There are no components that help you control a video. You will probably have to use a user module to do so - https://help.infiniteautomation.com/getting-started-with-a-user-module
I would suggest creating a component which contains a
<video>
element and takes a point value as an input binding. Let me know if you need more direction. -
Ok I did that and will recheck to see where I missed the documentation.
I will have a look also at the user module. That seems like a good candidate.
Thanks for the pointer
Jim.