2019年6月2日 星期日

[Facebook] 廣告

https://www.facebook.com/adsmanager



=> Create 

導流量 => Consideration > Traffic

重點是輸入 Detailed Targeting。大概 5-10 組,寬廣一點,例如科技、教育。可針對受眾行為、特徵。

最後是 Budget > 確認

選擇 Use Existing Post,結束。

2019年5月21日 星期二

[Linux] access the webcam at the same time

找了一陣子終於看到了
https://askubuntu.com/questions/165727/is-it-possible-for-two-processes-to-access-the-webcam-at-the-same-time

$ git clone https://github.com/umlaeute/v4l2loopback.git
$ cd v4l2loopback
$ make
$ sudo make install

$ sudo depmod -a

$ sudo modprobe v4l2loopback devices=2

gst-launch-1.0 v4l2src device=/dev/video0 ! tee name=t ! queue ! v4l2sink device=/dev/video1 t. ! queue ! v4l2sink device=/dev/video2