Skip to content
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

Bosch camera- Set metadata configuration not working #32

Open
surajitx-pal opened this issue Apr 5, 2022 · 4 comments
Open

Bosch camera- Set metadata configuration not working #32

surajitx-pal opened this issue Apr 5, 2022 · 4 comments
Labels
1-low priority denoting isolated changes bosch Bosch camera bug Something isn't working

Comments

@surajitx-pal
Copy link

Summary of the problem:
'Set metadata configuration' API not working.

Issue reproducible on below camera models:
#Bosch DINION 6000HD

Reproduce steps:
Executed this below command to set-meta data configuration -

curl -C PUT http://localhost:59882/api/v2/device/name/Bosch-DINION-IP-starlight-6000-HD-00075fd8-7c31-317c-d85f-0700075fd85f/MetadataConfiguration
--header 'Content-Type: application/json'
--data-raw '
{
"MetadataConfiguration": {
"Configuration": {
"Token": "1",
"SessionTimeout": "PT60S"
}
}
}'

Expected result: set users api will set metadata configuration successfully
Actual result: - fault code: SOAP-ENV:Receiver ter:Action -500 return code.

@surajitx-pal surajitx-pal changed the title Bosch camera- Set metadata configuration now working - soap error Bosch camera- Set metadata configuration not working Apr 5, 2022
@surajitx-pal surajitx-pal added the bug Something isn't working label Apr 5, 2022
@lenny-goodell lenny-goodell added the 1-low priority denoting isolated changes label Jun 23, 2022
@ajcasagrande ajcasagrande added the bosch Bosch camera label Jul 26, 2022
@surajitx-pal
Copy link
Author

Levski Release (Oct-26-2022) - Same issue.

@vyshali-chitikeshi
Copy link
Contributor

On Geo vision camera: Using images on 10/27/22, set metadata configuration gives status code 200 when tried to change configuration->Multicast->Auto start to true. But get meta data configuration still shows old value which is configuration->multicast->auto start set to false. Same thing with changing session timeout value, setmetadata configuration api gives 200 but its not actually updating session timeout value.

@lenny-goodell
Copy link
Member

Update Matrix

@vyshali-chitikeshi
Copy link
Contributor

Issue reproducible
Screenshot from 2023-06-12 12-35-10
with V3 code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-low priority denoting isolated changes bosch Bosch camera bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants