Chanoh Park

Results 6 issues of Chanoh Park

I was testing the following example code but found that the variable binding is not working. When I run the code, "Stepped Range" starts with 8 instead of 64 and...

In the current example, the "onChange" event is triggered whenever the slider is moved. Is it possible to make it triggered on the mouse up event?

I am trying to implement on-the-fly multi-language support by changing labels. I tried the following but it didn't work. Does anyone know a solution? ``` var web_text = ['label1','label2'] gui2.Register([...

It seems like set function does not handle cvplot::Circle data properly. ``` std::vector pole({ std::pair(5.0f,{X(0),Y(0)}) // Expected usage of set with vector std::pair(X(0),{Y(0),5.0f}) // The code actually works. }); figure.series("South...

I am trying to use cvplot in 2 threads where each of the thread draws separate plots. The problem is that it freezes when view flush or finish is called....

LivoxLidarCartesianHighRawPoint only has xyz, tag, reflectivity. How do I get the timestamp of each point?