Am implementing a feature in a flutter app that allows users to stream to online platforms, I am using the package rtmp_broadcaster but I am unable to capture a horizontal video output
SystemChrome.setPreferredOrientations([
DeviceOrientation.landscapeLeft,
DeviceOrientation.landscapeRight,
]);
When I tried using the implementation above, the device rotates but the camera output does not