Edge Software Catalog
Support for issues related to Edge Software Catalog
442 Discussions

Unable to open source - cause application smartcity exited with code 255

spotlightsonyou
Beginner
1,383 Views

smartcity exited with code 255 due to not able to open source camera_config.json.  Can this error be resolved to continue pass a invalid video url location?

Eg. (if (input_packet->stream_index != video_stream->index) continue;)

Labels (1)
0 Kudos
1 Solution
JesusE_Intel
Moderator
1,375 Views

Hi spotlightsonyou,


Could you share additional details about your environment and the software package being used? Please share a link to the documentation you are following when you encountered this error.


Regards,

Jesus


View solution in original post

0 Kudos
3 Replies
JesusE_Intel
Moderator
1,376 Views

Hi spotlightsonyou,


Could you share additional details about your environment and the software package being used? Please share a link to the documentation you are following when you encountered this error.


Regards,

Jesus


0 Kudos
louisdace
Novice
1,326 Views

In this Smart City Intelligent Traffic Management Reference  Implementation the itm_smartcity container fails to load and exits when the video streams are not detected.

622670215d9c intelligent-traffic-management_smartcity "/bin/bash -xo pipef…" 43 minutes ago Up 28 minutes (unhealthy) 0.0.0.0:5000->5000/tcp, :::5000->5000/tcp itm_smartcity
ce72a08c8326 intelligent-traffic-management_grafana "/run.sh" 43 minutes ago Up 28 minutes (unhealthy) 0.0.0.0:3222->3000/tcp, :::3222->3000/tcp itm_grafana
9fe241ac80db influxdb:1.7 "/entrypoint.sh infl…" 43 minutes ago Up 28 minutes (unhealthy) 8086/tcp itm_influxdb
azureuser@itm-stp-managed-09:~/intelligent_traffic_management/Intelligent_Traffic_Management_2021.2/Intelligent_Traffic_Management/intellige

 

 

itm_smartcity | ++ echo '[setupvars.sh] OpenVINO environment initialized'
itm_smartcity | [setupvars.sh] OpenVINO environment initialized
itm_smartcity | ++ export TBB_DIR=/opt/intel/openvino/deployment_tools/inference_engine/external/tbb/cmake
itm_smartcity | ++ TBB_DIR=/opt/intel/openvino/deployment_tools/inference_engine/external/tbb/cmake
itm_smartcity | ++ cat /models.lst
itm_smartcity | ++ cut '-d ' -f1
itm_smartcity | + export MODEL_NAME=person-vehicle-bike-detection-2000
itm_smartcity | + MODEL_NAME=person-vehicle-bike-detection-2000
itm_smartcity | + python3 server.py -c /camera_config.json --vp_model /intel/person-vehicle-bike-detection-2000/FP16/person-vehicle-bike-detection-2000.xml --vp_proc /resources/model_proc.json

 

uri="https://d1wse1.its.nv.gov/vegasxcd03/flamingo_and_koval_se_public.stream/playlist.m3u8" ! decodebin ! videoconvert n-threads=4 ! videoscale n-threads=4 ! video/x-raw,format=BGR,width=640,height=320 ! queue ! gvadetect name=gvadetect0 model="/intel/person-vehicle-bike-detection-2000/FP16/person-vehicle-bike-detection-2000.xml" model_proc="/resources/model_proc.json" device=CPU ! fakesink sync=false async=false urisourcebin buffer-size=4096

uri="https://d1wse1.its.nv.gov/vegasxcd03/flamingo_and_koval_se_public.stream/playlist.m3u8" ! decodebin ! videoconvert n-threads=4 ! videoscale n-threads=4 ! video/x-raw,format=BGR,width=640,height=320 ! queue ! gvadetect name=gvadetect1 model="/intel/person-vehicle-bike-detection-2000/FP16/person-vehicle-bike-detection-2000.xml" model_proc="/resources/model_proc.json" device=CPU ! fakesink sync=false async=false urisourcebin buffer-size=4096

0 Kudos
JesusE_Intel
Moderator
1,332 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.

0 Kudos
Reply