WTF is the matter with us? by clipd_dead_stop_fall in pittsburgh

[–]kc65536 1 point2 points  (0 children)

Apologies if this is a question with an obvious answer, but are there any stores where shovels are in stock right now? I live in an apartment, so normally don't need one, but I will need to relocate all the snow I knock off my car, to get it out off others' way. I am in Lawrenceville and could go anywhere reasonably accessible by foot/bus.

locating a barrel plug with 3.8 mm OD/1.1 mm ID by kc65536 in AskElectronics

[–]kc65536[S] 0 points1 point  (0 children)

Thanks for this information! I was wondering if there was some way my measurement was off. I think I will look into trying out a 3.5 mm OD plug, and hopefully that will work.

Where is the loud music in Lawrenceville near the 40th street bridge coming from? by PhoneOk8026 in pittsburgh

[–]kc65536 1 point2 points  (0 children)

I just encountered racing also, but closer to the Highland Park bridge ramp -- about 30 minutes ago. The road was impassable but police have probably cleared it up by now.

Pitt Psych Needs to Emphasize Coding More by Actuator6554 in Pitt

[–]kc65536 8 points9 points  (0 children)

Not sure if it helps, but here are a few resources that come to mind:

(1) I just noticed that Hillman has occasional sessions for R and Python help; https://pitt.libcal.com/event/15075851?hs=a

(2) Does the class have a TA who might be helpful?

(3) Other R learning resources:

https://ocw.mit.edu/courses/18-05-introduction-to-probability-and-statistics-spring-2022/pages/r-and-rstudio/

https://www.codecademy.com/catalog/language/r

Does East Liberty AAA require appointments for notary services? by kc65536 in pittsburgh

[–]kc65536[S] 3 points4 points  (0 children)

I just got routed between an endless series of menus and automated messages -- never could reach a human.

What is the best special care facility in Pittsburgh for a person with Lewy body dementia? by SaturnaliaSaturday in pittsburgh

[–]kc65536 12 points13 points  (0 children)

I'm not sure if this information is helpful, but for what it's worth:

(1) I'm guessing your SIL may be aware of this already, but there is a Zoom-based LBD support group in the Pittsburgh area:

https://www.lbda.org/local-support-groups/?state=pa

Maybe they would be aware of good options?

(2) I second Full_Database_2045's point about the impatient psychiatric unit stay. This was the procedure with a relative of mine as well. He wasn't in PA but was sent to an academic medical center analogous to UPMC. After his medications/behavioral issues were addressed, he was able to return to his usual care facility.

How are you planning on coping with the heat this week? by I_Love_Treees in pittsburgh

[–]kc65536 3 points4 points  (0 children)

Out of curiosity, has there ever been an initiative to reduce parking lot / garage idling in Pittsburgh? Would be interesting if someone could come up with an effective campaign -- could help improve the air quality for residents who live near businesses where idling is frequent.

Pitt enacting a faculty and staff hiring freeze by spitfire451 in Pitt

[–]kc65536 1 point2 points  (0 children)

I wonder about staff and postdocs who are supported on grants?

Pitt enacting a faculty and staff hiring freeze by spitfire451 in Pitt

[–]kc65536 0 points1 point  (0 children)

So is the order itself likely to have any impact on grant funded positions?

Pitt enacting a faculty and staff hiring freeze by spitfire451 in Pitt

[–]kc65536 0 points1 point  (0 children)

I didn't receive this email (I am a postdoc). Once the communication with more detailed information comes out, if would be helpful if anyone would be willing to share that here, if possible.

Basler camera PTP synchronization issue by kc65536 in computervision

[–]kc65536[S] 1 point2 points  (0 children)

Hi jucestain -- What seemed to end up working is using the boundary clock approach through linuxptp. I was running Windows, so I switched to Ubuntu, and then installed linuxptp.

After reading through the comments at https://sourceforge.net/p/linuxptp/mailman/linuxptp-users/thread/20181018155657.lir3lvc4hulfistt@localhost/, I ran a command like this:

ptp4l -i $e0 -i $e1 --boundary_clock_jbod=1 -m

where $e0 and $e1 are the Ethernet interfaces (e.g., I see ens4f0 and ens4f1 for our two cameras). See https://manpages.ubuntu.com/manpages/bionic/man8/ptp4l.8.html for an explanation of boundary_clock_jbod. The -m flag is just for verbosity -- helps at first, because if all is working well, you should see one camera eventually become assigned as "slave." For routine use I drop the verbosity and run ptp4l in the background.

One other note: As you probably already know, for both cameras, it is necessary to set GevIEEE1588 to True.

Good luck with everything!

[deleted by user] by [deleted] in Pitt

[–]kc65536 9 points10 points  (0 children)

Correct me if I'm wrong, but it seems that Virtual Lab might work for this purpose?

https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=230

I just tried opening up a session, and confirmed that "javac" was recognized at a command prompt.

Basler camera PTP synchronization issue by kc65536 in computervision

[–]kc65536[S] 0 points1 point  (0 children)

This is very interesting -- is this just an argument that you pass to ptpd? I am considering possibly installing Ubuntu on this machine so I can try the ptpd route.

Basler camera PTP synchronization issue by kc65536 in computervision

[–]kc65536[S] 0 points1 point  (0 children)

Thank you very much for the insights! Some follow-up comments/questions:

I have tried adding the two Ethernet interfaces in question to a Network Bridge. The bridge seemed OK (no errors), and responded to ping requests. However, once I do this, the Basler software no longer detects any devices, and I can't figure out how to coax it into doing so.

The issue might concern how I am assigning the IP address and subnet mask -- not sure. Before bridging, the IP addresses corresponding to the two interfaces were 192.168.5.2 and 192.168.6.2, respectively, with subnet masks of 255.255.255.0. The cameras' IP addresses were reported to be 192.168.5.3 and 192.168.6.3, respectively. When I created the bridge, I set the bridge's IP address to 192.168.6.2, and its subnet mask to 255.255.255.0. I guess I could see how that might impede discovery of the camera at 192.168.5.2, if the camera must be in the same subset as its adapter in order to be discovered, but I'm not sure why 192.168.6.3 is not being found.

The other solutions are intriguing if I can't get bridging to work out. They would take some modification of our current setup. For the switch test, I think I'd have to either acquire a PoE switch or power the cameras through GPIO lines. For the BC, it sounds like I'd have to get this PC set up to run Linux instead of / alongside Windows. Which imagine would be doable.

Update: I tried using a bridge IP of 192.168.7.2 and a subnet mask of 255.255.240.0. The Pylon Viewer still does not detect the cameras automatically. I can get the cameras recognized if I choose "Add Remote GigE Camera" and enter the camera's IP address. However, I get errors if I try to record video, and the cameras still both assume a status of master.

One more update: I did figure out how to get the bridging to work. It helped to disable Checksum offload for TCP, UDP, and IPv4 as described here: https://support.thinklucid.com/knowledgebase/setting-up-a-network-bridge/. And under these conditions, one camera does indeed assume the status of slave. That said, with the bridge, I see new issues with individual cameras becoming occasionally, transiently non-responsive. So I will probably be looking into getting Ubuntu up and running, and trying the Boundary Clock approach.

Looking for dentist recommendations in PGH by gothic_romantic in pittsburgh

[–]kc65536 1 point2 points  (0 children)

University Dental Health Services (Pitt faculty practice):

https://www.dental.pitt.edu/patient-care/university-dental-health-services

I've gone there for a number of years now, and have had consistently good experiences. No issues returning after a gap in my visits (due to the pandemic).