Skip to content

Conversation

@matz-e
Copy link
Member

@matz-e matz-e commented Oct 9, 2025

  • Fix Python oci package versioning.
  • Update instructions slightly.
  • Git ignore temporary files or remove the need for them.

* Fix Python `oci` package versioning.
* Update instructions slightly.
* Git ignore temporary files or remove the need for them.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 9, 2025
while success:
if count % (frame_rate * interval) == 0:
frames.append(cv2.cvtColor(frame, cv2.COLOR_BGR2RGB))
frames.append(frame)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This color conversion is not needed - temporary frames are written out with OpenCV again, which expects BGR.

Without conversion, colors in videos are picked up correctly by the AI summary.

@matz-e matz-e marked this pull request as ready for review October 9, 2025 09:58
@matz-e matz-e requested review from al3xne and aliottoman October 9, 2025 09:58
@aliottoman aliottoman merged commit 3534ee3 into main Oct 9, 2025
1 check passed
@matz-e matz-e deleted the light-asset-updates branch October 9, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants