DroidCam: Difference between revisions
No edit summary |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
==Installasi== | ==Installasi== | ||
<syntaxhighlight lang="shell"> | |||
cd /tmp/ | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
wget -O droidcam_latest.zip https://files.dev47apps.net/linux/droidcam_1.7.3.zip | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
unzip droidcam_latest.zip -d droidcam | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
cd droidcam && sudo ./install-client | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
cd /.. | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
lsmod | grep v4l2loopback_dc | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
sudo apt install linux-headers-`uname -r` gcc make | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
sudo ./install-video | |||
</syntaxhighlight> | |||
*Jika terdapat error seperti ini | *Jika terdapat error seperti ini | ||
[[File:DroidCamTR.png|center|thumb|469x469px|Pesan error]] | [[File:DroidCamTR.png|center|thumb|469x469px|Pesan error]] | ||
*Coba untuk menjalankan perintah berikut | *Coba untuk menjalankan perintah berikut | ||
<syntaxhighlight lang="shell"> | |||
sudo apt install adb | |||
</syntaxhighlight><syntaxhighlight lang="shell"> | |||
sudo apt install adb fastboot | |||
</syntaxhighlight> | |||
*Lalu jalankan | *Lalu jalankan | ||
<syntaxhighlight lang="shell"> | |||
droidcam | |||
</syntaxhighlight> | |||
==Terkait== | ==Terkait== | ||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | <div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | ||
*[[ | *[[DroidCam: Menghubungkan Kamera HP ke Laptop Menggunakan Aplikasi DroidCam]] | ||
</div> | </div> | ||
==Referensi== | ==Referensi== | ||
*[https://bit.ly/3DpXI5h | *[https://bit.ly/3DpXI5h dev47apps.com] | ||
*[https://bit.ly/3mGk3p4 | *[https://bit.ly/3mGk3p4 randomblog.hu] | ||
*[https://pemmzchannel.com/2020/05/16/webcam-rusak-tapi-butuh-buat-video-call-nih-solusi-mudah-cuma-pakai-smartphone-dan-koneksi-internet/ pemmzchannel.com] | *[https://pemmzchannel.com/2020/05/16/webcam-rusak-tapi-butuh-buat-video-call-nih-solusi-mudah-cuma-pakai-smartphone-dan-koneksi-internet/ pemmzchannel.com] | ||
[[Category:Software]][[Category:Linux]] | [[Category:Software]][[Category:Linux]] | ||