-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent response json structure for element_get #313
Comments
@lleon95 |
Can you test this fix? |
@lleon95 |
This is probably unrelated but using the same pipeline and reading the element v4l2src0 extra-controls outputs the error on GstD: To reproduce:
|
Is this the only message that appears? It happens when the property returns an empty structure. |
Yes, this is the only message output from the gstd, and it is outputted every time the element is queried. Another thing that I noticed is when querying last-sample from example gstinterpipe or rtspsink I get 4 lines
If I query nvv4l2decoder0 device-name I get one line that opens something
|
I’m receiving inconsistent JSON structure for responses of javascript function element_get(pipe_name, element, prop) and same using gstd-client tool. The data that should be in the param is in value for some requests. Below is an example (just the response part of JSON).
Correct response:
Wrong response
In the wrong response, the data that should be inside "param" field is in "value" and there is no information of "value".
The GstD outputs following messages when the wrong response is generated:
I'm using NVIDIA Jetson Nano with original SD card (Ubuntu)
GstD version 0.15.0
To reproduce:
The text was updated successfully, but these errors were encountered: