필터 지우기
필터 지우기

Acquire Images from a Mobile Device Camera- is max resolution locked at 720p?

조회 수: 17 (최근 30일)
a j
a j 2024년 6월 25일 13:37
답변: a j 2024년 7월 1일 19:09
I am currently running 2023b update 8 with the MATLAB Support Package for Apple iOS Sensors on an iPhone 8. The maximum resolution when taking images is 720p. Is there any way to get full resolution images? Alternatively is there a way to connect the iPhone to matlab over a wire for full resolution pictures, without the cloud streaming method?

채택된 답변

a j
a j 2024년 7월 1일 19:09
for anyone else looking, the answer is currently no. If you want matlab triggering, you may have better luck using the webcam toolbox.

추가 답변 (1개)

Muskan
Muskan 2024년 6월 26일 5:39
Hi,
One alternate approach which you can follow is to capture images using the iPhone's native camera app, ensuring full resolution, and then transfer these images to your computer for processing in MATLAB.
  1. Capture Images: Use the iPhone's native camera app to capture full-resolution images.
  2. Transfer Images: Transfer the images to your computer using methods like AirDrop, email, or a USB connection.
  3. Read Images in MATLAB using the "imread" function. For more information on "imread" please refer:https://in.mathworks.com/help/matlab/ref/imread.html
I hope this helps!
  댓글 수: 1
a j
a j 2024년 6월 26일 12:42
This is what I am doing right now, but I want something where the iphone is triggered along with some other hardware components. Is there a way to trigger the iPhone's native camera app within the software?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Mobile에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by