0

I'm working on a vision project that is capturing videos with a dedicated app on an iPhone. Since the footage was only used to replay and watch, the rolling shutter effect was no issue.

Now the idea is to use the footage for computer vision. So a global shutter camera is a requirement now. I'm asking for tips and hints on connecting industrial USB or GigE cameras to iPhones. The idea is to still use all the functionality of the app and 'just' add the option to use external USB or GigE ethernet cameras.

I was not able to find any information regarding AVFoundation and GigE

This is my reasearch so far:

OpenCV(no mention for external cameras)

AVFoundation (refering to internal cameras as well)

AVcapturedevice (this should pick up any connected devices, but there is no mention about suported devices or GigE)

Im happy for any suggestions and/or experiences.

Julian

  • What kind of resolution and framerate and pixel-type do you need? Maybe it is easier to send the images (e.g. from a raspberry pi) via wifi to your phone, if the bandwidth is sufficent? – Micka Feb 28 '23 at 13:53
  • Otherwise I would suggest to ask distributors like Keyence or Stemmer Imaging about your needs, or directly to specific producers like Allied Vision or FLIR. – Micka Feb 28 '23 at 13:57
  • Thank you for your advice. It seams that a embedded system is the way to go. – Julian Zirbel May 25 '23 at 11:17

0 Answers0