In a talk at GTC 2022, NVIDIA demonstrated how to develop Omniverse extension for data visualization of digital twins. The extension reads data from DB and draw graphs.
I’m try to develop an extension that is similiar to the one in the talk , but instead of using static data, it can constantly read livestream data and updates the graphs in real time.
For creating these graph plots, I’m using “omni.ui.Plot”, but I’m having some issues that I couldn’t find the answers in the documentation.
1)What type of data should I pass in when creating instances of the “omni.ui.Plot” class? For example, numpy array / list…etc. I passed in an Integer List,but the graph won’t show.
Problem solved! Thank you very much Mati, you have been very supportive!
Could you teach me how to find extension by purpose? There are too many extensions, I can’t read their description one by one.