I was looking for IP camera which is not very expensive.
The key point is I should be able to convert its frames to CMSampleBuffer
I would like to use images to make some basic analysis using Vision.
So far I could not find any IP camera manufacturer supports SDK for Swift and iOS for this kind of study.
Post
Replies
Boosts
Views
Activity
After Upgrading iPhone to iOS 17.1 Xcode stop showing application container content.
Well, I tried many things like restarting everything, reseting Location & Privacy of iPhone etc.
Building and running application from Xcode works fine by the way.
I was doing something directory and file intensive seeing directory structure would be helpful.
Is there anyone else having the same problem or I miss something.
I try to get current brightness values of lamps in home.
It collects old values.
If I change brightness of a light in native Home app and come back to my app and use
characteristic.readValue(completionHandler: ...
to collect levels for all lights, I can get true value only for the lamp brightness has been changed in native Home app.
I could not find a way to get current lights brightness values.
Should not readValue to get values from accessories directly not from data recorded in iPhone.