Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MjpgCaptureCamera was missing image transform support. Added the missing code #1078

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

desertgreg
Copy link
Contributor

Description

MjpgCaptureCamera was missing a line of code to implement image transforms. I discovered this while testing my mjpg up camera which is rotated 90 degrees on my table.

Justification

This code change is required for the image transform options in the camera setup to work correctly.

Instructions for Use

To reproduce the bug simply try to use any of the image transform options on mjpg camera.

Implementation Details

  1. I have an up camera on my pnp which is rotated 90 degrees. After fixing the bug I tested the various options on the transform tab.
  2. This code follows the coding style
  3. No changes were made to the model
  4. mvn test runs with no errors.

…ing code so the image trasnform settings now work correctly.

(cherry picked from commit 7d8607b104704271371a51220123e134169e9f74)
@vonnieda vonnieda merged commit 4b050e4 into openpnp:develop Dec 1, 2020
@desertgreg desertgreg deleted the MjpgCaptureCamera_Transform branch December 4, 2020 03:58
vonnieda added a commit that referenced this pull request Dec 23, 2020
* develop:
  Added possibility to disable ContactProbeNozzle actuator temporarily. To (#1026)
  ReferenceDragFeeder works with 0402 parts with vision enabled and dis… (#1088)
  a feeder in feeder's list is grayed out if no active placement uses it. (#1068)
  Closes #1005: Replace actuator text field with combobox (#1080)
  Feature / Global Axes and Framework for Enhanced Motion Control (#1035)
  Fix for issue 755 "ReferenceStripFeeder Breaks When Part Pitch > Hole to Hole Distance" (#1083)
  Improved loop syntax, fixed code to update the part info whenever the combo box is changed. (#1077)
  MjpgCaptureCamera was missing image transform support.  Added the missing code so the image trasnform settings now work correctly. (#1078)
  set list length of combo boxes to 20 items. (#1069)
  Implemented part count display on the ReferenceStripFeederConfigurationWizard (#1076)
  Mjpg camera feature (#1075)

# Conflicts:
#	src/main/java/org/openpnp/machine/reference/ReferenceMachine.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants