8 lines
168 B
Bash
8 lines
168 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
echo "Start RKNN_DEMO Camera Preview!"
|
||
|
|
echo performance | tee $(find /sys/ -name *governor)
|
||
|
|
sudo service lightdm stop
|
||
|
|
/usr/bin/npu_transfer_proxy&
|
||
|
|
rknn_demo
|