Nx Support
- Total activity 156
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 66
Comments
Recent activity by Nx Support Sort by recent activity-
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...
-
Marek, in this case, you need to send Generic Event to the system and configure rules for that Generic Event to execute required actions.
-
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...
-
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...
-
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...
-
Are you using Jetson nano with Raspberry PI camera v2? How do you open the camera image?
-
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...
-
Looks like it should work, there is at least one HLS transport declared for the stream
-
This is an MJPEG camera, HLS is not supported for it. Is it possible to change camera settings to enable h.264?
-
What codec does the camera stream?