Author Topic: Using lasershark_stdin_displayimage  (Read 8346 times)

sla_newbie

  • Newbie
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Using lasershark_stdin_displayimage
« on: July 27, 2018, 05:26:50 PM »
I have been trying to run lasershark_stdin_displayimage.c and to pipe the output to lasershark_stdin.c but I keep getting some errors. Can you please provide some guidelines on how to pipe lasershark_stdin_displayimage.exe with lasershark_stdin.exe

I am attaching the images for your reference

sla_newbie

  • Newbie
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Using lasershark_stdin_displayimage
« Reply #1 on: July 27, 2018, 05:59:27 PM »
After digging around I found the issue and now its fine and I got the file working.

Macpod

  • Administrator
  • Full Member
  • *****
  • Posts: 179
  • Karma: +3/-0
    • View Profile
Re: Using lasershark_stdin_displayimage
« Reply #2 on: July 29, 2018, 01:40:49 PM »
Hi, I was on vacation. Glad you figured it out

For others who search this topic these errors indicate functions necessary for the program to operate were not found and this is because they were not compiled. There is a Makefile included and this should be used to compile. Ideally you should use a Linux vs Windows OS too.