Nx Support
- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 66
Activity overview
Latest activity by Nx Support-
Nx Support commented,
Hi Sebastian, Can you please explain what you mean by "data based on a point or bounding box"? It sounds like the best way to achieve this is to connect to the camera from the plugin directly, retr...
-
Nx Support commented,
Marek, in this case, you need to send Generic Event to the system and configure rules for that Generic Event to execute required actions.
-
Nx Support commented,
That other post explains, how you can choose pixel format. The key idea: there are different ways to represent color image: YUV, RGB, etc. You need to choose what format do you need specifically: m...
-
Nx Support commented,
There is no standard API for that, so the right approach would be implementing plugin that provides it's own API, or communicates with your solution in some other way. One the plugin receives metad...
-
Nx Support commented,
Hi Sebastian, it is possible to integrate Nx with DeepStream. Here is a basic idea: DeepStream pipeline consists of GStreamer plugins: the pipeline receives video, sends frames into the decoder, d...
-
Nx Support commented,
Are you using Jetson nano with Raspberry PI camera v2? How do you open the camera image?
-
Nx Support commented,
You can implement drop frame function inside your plugin, you don't have to send bounding boxes for every frame. 7-11 fps is usually enough. Also, if you have standalone analytics service it migh...
-
Nx Support commented,
Looks like it should work, there is at least one HLS transport declared for the stream
-
Nx Support commented,
This is an MJPEG camera, HLS is not supported for it. Is it possible to change camera settings to enable h.264?
-
Nx Support commented,
What codec does the camera stream?