8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/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
|