Fujiwara Daichi
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Posts
Recent activity by Fujiwara Daichi-
Deployment with thirdparty libraries
PlannedI want to deploy our own Nx Plugin using curl and opencv as self contained library, for Windows OS.How to keep these links even if working on different PC?Currently, build has been done successfull...
-
Specifications for immediate display in Advanced Object Search
CompletedI have a question regarding the specifications of Advanced Object Search.Below, I will refer to it as the "search screen." As shown in the attached image, I would like to view a list of object dete...
-
Diffferences while Recording and Monitoring
AnsweredWhile recording, I want to execute below methods: pushMetadataPacket, pushManifest (in pushUncompressedVideoFrame) How can I make Nx Witness Server behave same in recording as in monitoring? Cu...
-
Frame process skipping behaviour
AnsweredI want to detect object per 10 frames and display the result. Now, object detection takes time longer than frame update period. In this case, 1. frame process might skip part of frames to make dra...
-
How to obtain supported object types dynamically?
PlannedI want to integrate supported objec type id variants with integrated system, while the Nx Plugin is getting started. I know we can set supported type id in Device Agent Manifest as follows. "sup...
-
Show bounding box on event image by customizing plugin
PlannedI want to show bounding boxes for images on event log. Now I've done things below: 1. push event from plugin 2. see image from which event was fired But now, bounding boxes for each image are n...
-
Failed to post createEvent
PlannedI want to notify event from outside plugin by post request. But whenever I post 'createEvent', I got error. Might I have done SSL setting correctly. What would be the cause of this issue? Below i...
-
Set color of bounding box
I want to customize color and thickness of bounding box. Can I set different color properties to bounding box? I found a post, and it says that is not possible. Currently is that also not possibl...
-
Incorporating image processing delay
PlannedI'd like to make our plugin cooperate with backend server, which processes image frame. This backend server causes processing delay time. I'm going to deal with this delay correctly. But now, proce...
-
What to do with SDK Compile error?
AnsweredWhile building plugin, compile fail when loading sdk. (error C2144, C2062, C2143, C2238, ...) My environment is wrong? Below is part of cmake log: -- Building for: Visual Studio 17 2022-- Selecting...