Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ps -Af | grep webpacamera


STEP 6:

Parameter Fetching from client( RPI ):

Fetch device or feature parameter detail from client( RPI ) device through parodus by using webpa server.

Parameter Fetching commandCommand :

curl -H ’ Authorization:Basic <AUTH_TOKEN>’ -i http://<WEBPA_URL>/api/v2/devicesEx

Example : 

curl -H 'Authorization:Basic dXNlcjp3ZWJwYQo=' -i 'http://192.168.2.75:9003/api/v2/device/mac:b827eb2e722b/config?names=Device.DeviceInfo.X_RDKCENTRAL-COM_IMAGENAME'

Output :

{"parameters":[{"name":"Device.DeviceInfo.X_RDKCENTRAL-COM_IMAGENAME","value":"RPI-CAM_stable2_20200318070913","dataType":0,"parameterCount":1,"

message":"Success"}],"statusCode":200}

Image Added