-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple api add CVPixelBuffer、CMSampleBuffer、UIImage convenient #3800
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3800 +/- ##
==========================================
+ Coverage 92.98% 93.72% +0.73%
==========================================
Files 709 728 +19
Lines 176425 176889 +464
==========================================
+ Hits 164049 165781 +1732
+ Misses 12376 11108 -1268 ☔ View full report in Codecov by Sentry. |
todo: |
How do you passed the < build shared >check? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix issue 3829
|
CVPixelBufferUnlockBaseAddress(pixelbuffer, kCVPixelBufferLock_ReadOnly); | ||
|
||
int type_from = PIXEL_RGB; | ||
int type = type_to == type_from ? type_from : (type_from | (type_to << PIXEL_CONVERT_SHIFT)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我就猜到你要这么改 MacOS过不了啊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intel Mac not surpported
from_pixels
function
No description provided.