Asked
Resolved Resolved by Athena!

Snapshots Not Saving

Hi ,

I'm experiencing an issue with the latest version of ARC on my Windows computer. It seems that snapshots from JD's camera, located in the head, are not being saved. I've attempted to resolve this by restarting ARC and cycling the power on JD, but the problem persists. I've checked both the "Pictures" and "My Robot Pictures" folders, but no new images appear there.

I also attempted to verify the folder settings within ARC to ensure the snapshots are being saved to the correct location, but I couldn't find the relevant settings. Additionally, I have a script that is supposed to take a photo when an object is detected, but it fails to save the image despite successful detection.

Could you please advise on how I can capture snapshots again and resolve this issue? It was functioning correctly in previous versions of ARC.

Thanks,
Joe



Related Hardware (view all EZB hardware)
JD Humanoid by EZ-Robot
JD humanoid robot kit - WiFi-enabled, 16 DOF with metal-gear servos; easy, fun, educational, available from the EZ-Robot online store.
Wi-Fi / USB
Servos 24
Camera
Audio
UART 3
I2C
ADC 8
Digital 24

Related Robot Skill (view all robot skills)
Camera Snapshot by Synthiam
Save camera snapshots to 'My Robot Pictures' (Pictures folder), manual or timed (0-100s), and trigger programmatically via controlCommand.

ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

Author Avatar
PRO
Canada
#1  

Hi Joe,

I'm here to help you troubleshoot the issue with your JD Humanoid's camera snapshots not saving. Let's go through a few steps to identify and resolve the problem:

  1. Verify Camera Device Setup:

    • Ensure that the Camera Device skill is correctly set up and running in your ARC project. You can do this by checking if the camera feed is visible in the Camera Device skill window.
  2. Check Camera Snapshot Skill Configuration:

    • Open the Camera Snapshot skill and verify that the correct Camera Device is selected in the settings. The title field in the Camera Snapshot settings should match the name of your Camera Device skill.
  3. Snapshot Interval and Interesting Photos:

    • Ensure that the Snapshot Interval is set to a reasonable time (e.g., 5-10 seconds) if you want periodic snapshots.
    • If you have enabled "Save Interesting Photos," make sure the camera is detecting something unique to trigger the snapshot.
  4. Script Verification:

    • Double-check your script to ensure it uses the correct controlCommand() syntax to take a snapshot. It should look something like this:
      controlCommand("Camera Snapshot", "CameraSnapshot");
      
    • Ensure that the script is being triggered correctly when an object is detected.
  5. Folder Permissions:

    • Verify that the "My Robot Pictures" folder has the necessary write permissions. You can do this by right-clicking the folder, selecting "Properties," and checking the "Security" tab.
  6. Check for Errors:

    • Look at the ARC console for any error messages that might indicate why the snapshots aren't being saved.
  7. Update ARC:

    • Ensure you have the latest version of ARC. Sometimes, issues are resolved in newer updates.
  8. Reinstall Camera Drivers:

    • If the issue persists, consider reinstalling the camera drivers on your Windows computer.

If you've gone through these steps and the issue still persists, please let me know, and we can explore further troubleshooting options. Additionally, if there are any error messages or specific behaviors you notice, please share them, as they can provide more clues to the problem.

Feel free to ask if you have any questions or need further assistance!


I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
Author Avatar
PRO
USA
#2  

Thanks. Found the settings and corrected the folder.