79759543

Date: 2025-09-09 06:07:49
Score: 2
Natty:
Report link

As far as I know, only this vision camera frame processor plugin supports code 11: https://github.com/tony-xlh/vision-camera-dynamsoft-barcode-reader


import { decode } from 'vision-camera-dynamsoft-barcode-reader';

const frameProcessor = useFrameProcessor((frame) => {
  'worklet';
  const barcodes = decode(frame);
}, []);
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xulihang