You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just playing around with my cameras APIs, and was looking for the correct syntax to enter into notification area of the .json file.
Learning more about CodeProjectAI operations, working with custom models, etc..
This is what I am thinking to place in my json file to update the text field on a camera to note what CodeProjectAI has found and its hit percentage, but not sure if it is correct, or if it will even work.
From my review of the synoia logs, "label" and "confidence" are the variables used that are populated from return values from CodeProjectAI (correct?)
I am not sure what the correct syntax in the URL to mesh "label" and "confidence" into the Text=, or do I use a separate field "text".
Manually pasting the URL seems to work, but a pop-up appears for username/password. If I try to use username/password contained in the URL if fails with "Invalid Authority!" (http://adminxx:[email protected]/cgi-bin/......)
Or this would not work until #155 is completed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just playing around with my cameras APIs, and was looking for the correct syntax to enter into notification area of the .json file.
Learning more about CodeProjectAI operations, working with custom models, etc..
This is what I am thinking to place in my json file to update the text field on a camera to note what CodeProjectAI has found and its hit percentage, but not sure if it is correct, or if it will even work.
From my review of the synoia logs, "label" and "confidence" are the variables used that are populated from return values from CodeProjectAI (correct?)
I am not sure what the correct syntax in the URL to mesh "label" and "confidence" into the Text=, or do I use a separate field "text".
Manually pasting the URL seems to work, but a pop-up appears for username/password. If I try to use username/password contained in the URL if fails with "Invalid Authority!" (http://adminxx:[email protected]/cgi-bin/......)
Or this would not work until #155 is completed?
Beta Was this translation helpful? Give feedback.
All reactions