FeiSong123

Results 30 comments of FeiSong123

I think Gyro and Accel data should be processed in the same thread. When I run on a computer with a CPU frequency of 3.9MHZ, the roll angle (calculated using...

Except that the color stream is changed from 30 frames to 60 frames, nothing else has changed, but the depth seems to be stuck in a certain frame, which is...

Disable global time it didn't work. I had try int another computer whose CPU frequency is 4.0GHZ, when the program runs. The CPU frequency unit I mentioned above is wrong....

Sorry to bother you, but I still want to know how many threads are created by callback (like the following), and whether gyro and accel are processed in the same...

I've been looking for it for a long time. The reason why my program is stuck is probably that only the single core CPU is running. Is there any official...

I'd like to use OpenCv to rotate a image with continuously changing angle. I can see from the image in imshow that when the rotation angle is a fixed value,...

Very strange! I saved the srcImage and rateImage through imwrite and found that they were synchronized, but imshow did not display the rotateImage in time. Then I changed the waitKey...

--> I have the same issue on Jetson Xaview NX as well! I have this problem on Jetson Xaview AG ,have you solved it ? Thanks

I don't want to change my pointCloud's coordinate system but to change PCLVisualizer's, is there any way?