[camera_windows] Revert: Support image streams on Windows platform (#7951)
This reverts commit b31a279641283f1ef75ee2cc586b53de559148e4 (https://github.com/flutter/packages/pull/7067)
The implementation had significant bugs:
- It had asynchronous results, but never responded to them, violating the engine API contract and preventing futures from completing.
- It std::moved pointers between classes, while still keeping them as ivars and global references and referring to them from long-lived handlers.
[camera_windows] Revert: Support image streams on Windows platform (#7951)
This reverts commit b31a279641283f1ef75ee2cc586b53de559148e4 (https://github.com/flutter/packages/pull/7067)
The implementation had significant bugs:
- It had asynchronous results, but never responded to them, violating the engine API contract and preventing futures from completing.
- It std::moved pointers between classes, while still keeping them as ivars and global references and referring to them from long-lived handlers.