We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const temp = tf.tensor(new Uint8Array(frame.data), [frame.height, frame.width, 4]) 在这个方法中,ios14.5以上报rangeError length out of range of buffer错误,其他的没有问题
The text was updated successfully, but these errors were encountered:
const video = tf.tidy(() => { const temp = tf.tensor(new Uint8Array(frame.data), [frame.height, frame.width, 4]) const sliceOptions = getFrameSliceOptions(this.cameraPosition, frame.width, frame.height, this.displaySize.width, this.displaySize.height) return temp.slice(sliceOptions.start, sliceOptions.size).resizeBilinear([this.displaySize.height, this.displaySize.width]) })
Sorry, something went wrong.
temp 无法输出直接报angeError length out of range of buffer,ios14.5以上
套层数据壳,验证可用 https://developers.weixin.qq.com/community/develop/doc/00004ac90484e072a91cec43d56800
No branches or pull requests
const temp = tf.tensor(new Uint8Array(frame.data), [frame.height, frame.width, 4])
在这个方法中,ios14.5以上报rangeError length out of range of buffer错误,其他的没有问题
The text was updated successfully, but these errors were encountered: