Bug 227505 - USB cameras using webcamd works on Orange Pi but not Raspberry Pi 3
Summary: USB cameras using webcamd works on Orange Pi but not Raspberry Pi 3
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Some People
Assignee: freebsd-arm (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-13 18:34 UTC by Curtis Villamizar
Modified: 2018-04-15 01:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Villamizar 2018-04-13 18:34:31 UTC
Building using crochet produces a viable build for either Orange Pi or Raspberry Pi.

On Orange Pi I have two USB cameras that work on Orange Pi PC Plus (OPiPC+) but fail on Raspberry Pi 3 (RPi3).

The cameras are vendor 0x0471 product 0x0329 (an old Philips webcam) and a ELP-USB100W05MT-DL36 which usbconfig reports as "HD Camera Manufacturer USB 2.0 Camera".  They have both been tested with the webcamd and the multimedia/motion port and work on OPiPC+.  I can use either or both at the same time.

On the RPi3 both hang with no input received on /dev/video0 or /dev/video1 for a while but every now and then get a scrambled frame.

One hint may be that the OPiPC+ is a arm64 build while RPi3 is aarch64 and therefore the bug may be in compiling the USB subsystem rather than any port.