I can Run KV260 Smartcam Example correctly before I installed PYNQ. But after I installed the PYNQ, when I tried to run Smartcam, I got
an error:
ubuntu@kria:~/Kria-PYNQ$ sudo docker run --env="DISPLAY" -h "xlnx-docker" --env="XDG_SESSION_TYPE" --net=host --privileged --volume="$HOME/.Xauthority:/root/.Xauthority:rw" -v /tmp:/tmp -v /dev:/dev -v /sys:/sys -v /etc/vart.conf:/etc/vart.conf -v /lib/firmware/xilinx:/lib/firmware/xilinx -v /run:/run -it xilinx/smartcam:2022.1 bash
[sudo] password for ubuntu:
==========================================
| |/ /_ () __ _ / | / _ | / |
| ' /| | |/ _ | _ | | | | |/| |
| . | | | | (| | ) | || | | | |
||__| ||_ | |_/ _/|| ||
==========================================
Build Date: 2022/09/26 15:21
root@xlnx-docker:/# smartcam --mipi -W 1920 -H 1080 --target rtsp
(gst-plugin-scanner:10): GLib-GObject-CRITICAL **: 14:06:14.780: g_param_spec_float: assertion 'default_value >= minimum && default_value <= maximum' failed
(gst-plugin-scanner:10): GLib-GObject-CRITICAL **: 14:06:14.780: validate_pspec_to_install: assertion 'G_IS_PARAM_SPEC (pspec)' failed
stream ready at:
rtsp://172.17.0.1:554/test
rtsp://192.168.3.28:554/test
Resize: mean_r=128.000000
Resize: mean_g=128.000000
Resize: mean_b=128.000000
Resize: scale_r=1.000000
Resize: scale_g=1.000000
Resize: scale_b=1.000000
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0104 14:06:36.347764 105 xrt_bin_stream.cpp:60] Check failed: fd_ > 0 (-1 vs. 0) , open(/run/media/mmcblk0p1/dpu.xclbin) failed.
*** Check failure stack trace: ***
Aborted (core dumped)
What causes this?
I can Run KV260 Smartcam Example correctly before I installed PYNQ. But after I installed the PYNQ, when I tried to run Smartcam, I got
an error:
ubuntu@kria:~/Kria-PYNQ$ sudo docker run --env="DISPLAY" -h "xlnx-docker" --env="XDG_SESSION_TYPE" --net=host --privileged --volume="$HOME/.Xauthority:/root/.Xauthority:rw" -v /tmp:/tmp -v /dev:/dev -v /sys:/sys -v /etc/vart.conf:/etc/vart.conf -v /lib/firmware/xilinx:/lib/firmware/xilinx -v /run:/run -it xilinx/smartcam:2022.1 bash
[sudo] password for ubuntu:
==========================================
| |/ /_ () __ _ / | / _ | / |
| ' /| | |/ _ | _ | | | | |/| |
| . | | | | (| | ) | || | | | |
||__| ||_ | |_/ _/|| ||
==========================================
Build Date: 2022/09/26 15:21
root@xlnx-docker:/# smartcam --mipi -W 1920 -H 1080 --target rtsp
(gst-plugin-scanner:10): GLib-GObject-CRITICAL **: 14:06:14.780: g_param_spec_float: assertion 'default_value >= minimum && default_value <= maximum' failed
(gst-plugin-scanner:10): GLib-GObject-CRITICAL **: 14:06:14.780: validate_pspec_to_install: assertion 'G_IS_PARAM_SPEC (pspec)' failed
stream ready at:
rtsp://172.17.0.1:554/test
rtsp://192.168.3.28:554/test
Resize: mean_r=128.000000
Resize: mean_g=128.000000
Resize: mean_b=128.000000
Resize: scale_r=1.000000
Resize: scale_g=1.000000
Resize: scale_b=1.000000
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0104 14:06:36.347764 105 xrt_bin_stream.cpp:60] Check failed: fd_ > 0 (-1 vs. 0) , open(/run/media/mmcblk0p1/dpu.xclbin) failed.
*** Check failure stack trace: ***
Aborted (core dumped)
What causes this?