don't set for jsmpeg

This commit is contained in:
Josh Hawkins 2024-04-29 18:49:20 -05:00
parent 97faa888b6
commit d029507c1c

View File

@ -145,12 +145,6 @@ export default function LivePlayer({
height={cameraConfig.detect.height} height={cameraConfig.detect.height}
/> />
); );
if (setLiveResolution) {
setLiveResolution({
width: cameraConfig.detect.width,
height: cameraConfig.detect.height,
});
}
} else { } else {
player = <ActivityIndicator />; player = <ActivityIndicator />;
} }