luxonis / depthai-core

DepthAI C++ Library
MIT License
238 stars 128 forks source link

[Feature-Request] Add UVC support for aarch64 systems #880

Open antonioaja opened 1 year ago

antonioaja commented 1 year ago

Start with the why:

UVC is supported on most other systems, but does not work, or even work properly when forced, on aarch64 systems (exception being Apple silicon). Aarch64 systems represent the majority of computer systems in the wild, particularly microcomputers. Adding this feature would support remote installs of such a device with a raspberry pi, Nvidia jetson, or something similar.

Move to the what:

UVC support for aarch64 systems. Currently, if you can get it to work, an improper image is given (i.e. green & only showing half of the image). Support should be identical to x86 systems.

Move to the how:

n/A

themarpe commented 1 year ago

@antonioaja Thanks for the report

If you read frames using eg: OpenCV VideoCapture, does same occur?