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 Recent activity Votes
  • Frame process skipping behaviour

    Answered

    I 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?

    Planned

    I 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

    Planned

    I 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

    Planned

    I 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

    Planned

    I'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?

    Answered

    While 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...

  • pushMetadataPacket doesn't work

    Planned

    I'd like to draw bounding box, but not visualized. By debugging, pushMetadataPacket  is found not working as expected. Without that, video moves smoothly, but otherwise, freeze for a second and not...

  • Why pushUncompressedVideoFrame doesn't work?

    Planned

    I want to use pushUncompressedVideoFrame in DeviceAgent, but never enter inside while test plugin is working.  Could you please tell me why this happens?   Code is following. While working, never ...

  • Integration with arbitrary class system

    Answered

    I would like to implement following system:   1. Class label is not specified at the compile. It opens out only when getting response from AI, which uses arbitrary class system. 2. AI System works...