我们的想法是使用2台投影仪(左,右),因此使用ofxpimapper将左和右用作具有静态图像的戏剧场景。 我们已经修改了example_basic / bin / data / ofxpimapper.xml文件,并将jpeg加载到两个树莓派中。重新启动rasberries后,图像会正确加载并映射。 我们有两个问题。 如何更改通过ssh命令显示的图像?想法:在放映过程中,我运行bash脚本,场景的左右两侧发生变化。
如果我这样做:
pi@raspberrypi:~ $ sudo killall -9 /home/pi/openFrameworks/addons/ofxPiMapper/example/./bin/example
pi@raspberrypi:~ $ nohup /home/pi/openFrameworks/addons/ofxPiMapper/example/./bin/example -f &
我登录后一切正常,但是如果我这样做了:
ssh pi@my_raspberry_ip "nohup /home/pi/openFrameworks/addons/ofxPiMapper/example/./bin/example -f &"
我的屏幕保持黑屏。