Post

Replies

Boosts

Views

Activity

Comment on How to get greyscale video image from camera?
Thank you for your response. The link you described is something related to face tracking. Is it correct link? Sorry for not clear description, but if I use the following, I can get complete color video. var colorSpace = CGColorSpaceCreateDeviceRGB() var bitmapInfo = CGBitmapInfo(rawValue: (CGBitmapInfo.byteOrder32Little.rawValue | CGImageAlphaInfo.premultipliedFirst.rawValue) as UInt32) I just replace those 2 parameters with above-mentioned parameters to get greyscale video. I just wonder if this is correct way to get greyscale video , or I should use other way.
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’22
Comment on LAPolicy.deviceOwnerAuthenticationWithBiometrics always returns "success" when back from background.
I added a button and check if it works. The result is, I still see the problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on LAPolicy.deviceOwnerAuthenticationWithBiometrics always returns "success" when back from background.
Well, it takes some time to modify my code. Before do that, please let me ask you the following question; "Is that the standard usage of Biometrics authentication to use a button action after back from background?"
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Special camera application issue
Yes, it is the same.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on AutoLayout constraint reset after tableView cell is created.
deleted
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on AutoLayout constraint reset after tableView cell is created.
Thank you for your response. I understand I need to reload the cell to update its display.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on How to get greyscale video image from camera?
Thank you for your response. The link you described is something related to face tracking. Is it correct link? Sorry for not clear description, but if I use the following, I can get complete color video. var colorSpace = CGColorSpaceCreateDeviceRGB() var bitmapInfo = CGBitmapInfo(rawValue: (CGBitmapInfo.byteOrder32Little.rawValue | CGImageAlphaInfo.premultipliedFirst.rawValue) as UInt32) I just replace those 2 parameters with above-mentioned parameters to get greyscale video. I just wonder if this is correct way to get greyscale video , or I should use other way.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22