Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows(XP)でWebカメラにアクセスする方法は?
Linuxでは、次のようにMRL "v4l2://"を使用します。
libvlc_media_new(libvlc_new(),"v4l2://",&libvlc_exception_t)
そして、それを自動的に検出させます。私は知っています、これは時々失敗する可能性があります。
Linuxに相当するビデオは、dshow://のMRLを持つDirectShowになりますが、私はこれを自分で動作させていません。