我正在通过主题进行巡航,但无论如何都无法让它发挥作用。
我需要打开这个bash脚本:
export LD_LIBRARY_PATH =。
./mjpg_streamer -o“output_http.so -w ./www” -i“input_raspicam.so -x 640 -y 480 -fps 20 -ex night”
使用Raspberry Pi
。我需要远程访问python
,并且每次我需要打开流时写这个脚本都是烦人的。
有关 // First, finding specific Navigation Controller and do pop.
if let tabBarController = presentingViewController as? UITabBarController {
if let navigationController = tabBarController.viewControllers?[0] as? UINavigationController {
navigationController.popToRootViewController(animated: false)
// Then, dismiss self.
self.dismiss(animated: true, completion: nil)
}
}
中的代码应如何显示的任何想法吗?
谢谢你们。