高偉恆
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 11
Posts
Recent activity by 高偉恆-
Can I draw polygon & line on my preview?
Hi, I want to draw somthing like skeleton. How to do it? Can I draw it in deviceagent? Thanks a lot
-
How to work on newer Jetpack version of Nvidia Jetson Orin platform?
PlannedHi, I'm now tring to writing a plugin that use on our Nvidia Jetson Orin platform, but I found out that the Jetpack version which use on Jetson platform you support is a little bit too old. https:/...
-
Plugin get "The specified module could not be found" error when loading
CompletedHi, I'm trying to using our library on Nx. I write a yuan_plugin.dll plugin statically link our .dlls. When I restart the server, I got the following error. Here is all of our dependencies.
-
How to load plugin on my Jetson Orin Nx platform?
CompletedHi, I'm trying to use the plugin on our Jetson Orin Nx platform, but facing some problem. These is my steps Using sudo dpkg -i /tmp/metavms-server-6.0.0.39148-linux_arm64-rc.deb to install Nx serv...
-
How to get roi and line value?
AnsweredHi, I'm trying to do the roi & line event. I've already add roi & line events in my setting. How to get roi & line points values that I set in the setting page? Below is the setting sections I use....
-
Why I get multiple bounding box
AnsweredHI, I'm trying to draw one bbox on my screen, but I don't know why it comes out several bbox like below. Here is my code. Ptr<IMetadataPacket> DeviceAgent::generateObjectMetadataPacket(){ // Ob...
-
What is the pixel value of RGB umcompression buffer?
AnsweredHi, I want to use the plugin to do our AI. I set the capabilities to needUncompressedVideoFrames_rgb and get the data from video frame in pushUncompressedVideoFrame function. But I found the data r...
-
Could I know the frame is I frame or P frame in ICompressedVideoPacket?
AnsweredHi, I would like to know that the compressed videoFrame from pushCompressedVideoFrame is I frame( keyframe ) or P frame. How could I get the info? Thanks a lot.
-
Can I change the pen width & color of the bbox?
AnsweredAs the title, I'm using "pushMetadataPacket" to draw the bbox. Can I change the pen width & color of the bbox?
-
How to create hierarchical in plugin?
AnsweredI want to create a hierarchical list like following picture. How to do it?