v4lデバイスの正しいエンコーディングとは何ですか?Chromiumでは何を許可しますか?

v4lデバイスの正しいエンコーディングとは何ですか?Chromiumでは何を許可しますか?

私はRaspberry PiカメラモジュールV2用のuv4lドライバを使用しています。これにより、エンコード、フレームレートなどを選択できます。

次のエンコーディングがテストされました:yuv420、nv21、yvu420、rgb565、rgb565x、bgr24、rgb24、rgba、bgra、mjpeg、jpeg、h264、フレームレート30。を標準エラーとして印刷します。

[1113:1152:0701/090110:ERROR:video_capture_device_factory_linux.cc(108)] Not implemented reached in void media::GetSupportedFormatsForV4L2BufferType(int, media::VideoCaptureFormats*)
[1113:1152:0701/090110:ERROR:video_capture_device_factory_linux.cc(72)] Not implemented reached in std::list<float> media::GetFrameRateList(int, uint32_t, uint32_t, uint32_t)
[1113:1152:0701/090110:ERROR:video_capture_device_factory_linux.cc(108)] Not implemented reached in void media::GetSupportedFormatsForV4L2BufferType(int, media::VideoCaptureFormats*)
[1113:1152:0701/090110:ERROR:video_capture_device_factory_linux.cc(72)] Not implemented reached in std::list<float> media::GetFrameRateList(int, uint32_t, uint32_t, uint32_t)
[1113:1152:0701/090110:ERROR:video_capture_device_factory_linux.cc(108)] Not implemented reached in void media::GetSupportedFormatsForV4L2BufferType(int, media::VideoCaptureFormats*)
[1113:1152:0701/090110:ERROR:video_capture_device_factory_linux.cc(72)] Not implemented reached in std::list<float> media::GetFrameRateList(int, uint32_t, uint32_t, uint32_t)
[1113:1152:0701/090110:ERROR:video_capture_device_factory_linux.cc(108)] Not implemented reached in void media::GetSupportedFormatsForV4L2BufferType(int, media::VideoCaptureFormats*)
[1113:1152:0701/090110:ERROR:video_capture_device_factory_linux.cc(72)] Not implemented reached in std::list<float> media::GetFrameRateList(int, uint32_t, uint32_t, uint32_t)

可能な構成はすべてここにあります。 http://www.linux-projects.org/documentation/uv4l-raspicam/

Q:Chromiumが処理できる正しいビデオストリーム(クライアント)は何ですか?

ベストアンサー1

おすすめ記事