Skip to content

Commit

Permalink
Added Ailipu/ELP 3D USB Camera (ELP-USB960P2CAM-V90) in System::USB::…
Browse files Browse the repository at this point in the history
…Utilities

Summary:
As title.

Logcat: P1476460801

Reviewed By: janherling

Differential Revision: D59640251

fbshipit-source-id: 3986082195ebb5a20ae8f31f56ef6f6a1277118d
  • Loading branch information
enpe authored and facebook-github-bot committed Jul 11, 2024
1 parent 6f0a124 commit 75b8b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion impl/ocean/system/usb/Utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ const Utilities::VendorMap& Utilities::vendorMap()
{
"Ailipu Technology Co., Ltd.",
{
{0x9230, {"HD USB Camera", DC_CAMERA}}
{0x9230, {"HD USB Camera", DC_CAMERA}},
{0x9750, {"3D USB Camera", DC_CAMERA}} // ELP-USB960P2CAM-V90
}
}
},
Expand Down
1 change: 1 addition & 0 deletions website/docs/demoapps/questapps/externalcamera.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ This list represents a random sample of webcams available on the market and is *
The webcams support at least one of the required stream types: Uncompressed ([FORMAT_YUYV16](https://github.com/facebookresearch/ocean/blob/v1.0.0/impl/ocean/base/Frame.h#L560C4-L560C17) aka YUV2), Motion JPEG, or Frame-based (H.264).

- Ailipu, HD USB Camera
- Ailipu/ELP, 3D USB Camera (ELP-USB960P2CAM-V90)
- Anker, PowerConf C200
- DSA, Groov-e USB Camera
- Logitech, BRIO 301
Expand Down

0 comments on commit 75b8b6b

Please sign in to comment.