The anti🚫-derailment🚃 & thread🧵 hijacking🔫 thread🧵 ⁉

I never really used cameras on a pi before, those were just my go-to things

1 Like

I only ever used a picam and it was basically plug and play

Now that I think about it, one of the most ridiculous things about people who believe in aliens is that none of them lament the fact that they weren’t born in a world with a lower concentration of assholes…

:robot_gundam:

:face_with_symbols_over_mouth:

For teh Arducam (the pi version) you need to disable the automatic camera detection in the config file :roll_eyes:

camera_auto_detect=0

Thats 10h im never getting back …

6 Likes

LOL, that was the issue? it was expecting a Picam?

seam like it, even though the chipset is the same …
Now i get data stream out of libcamera. Next i need to pipe it to web page :grin:

Always the stupid shit, ain’t it

1 Like

Anybody happen to know of a way I can get the PM3 client to run in “online” mode without actually having a PM3 plugged in?

Short answer: yes, you can make the client think it is online.
When you build the software yourself, just modify the IsOffline function to return always false for example.

The question is what good that does. The offline mode is made for all things you can do without having the hardware involved. If you want to try things out you either need something emulating the PM3 or it will fail down the line the first time it waits for a reply or needs some data from the PM3.

3 Likes

Yay, science!

This doesn’t surprise me, and I need a hug.

I really just need to have access to the full menus and help texts

This should be a huge help, thanks!

2 Likes

Totally random (which I think is what this thread is for?), but is anyone else living in NE OH that is planning on installs in the near future? Sounds like Johnross Switz is coming up in March for some other work and I’m having him do a few tougher xseries installs. Just thought I’d throw that out there in case anyone else wants to throw some business his way.

3 Likes

I find it nice to keep it on offline mode as I plug in and swap different PM3 devices for testing

2 Likes

@paradx, great answer, FYI incase you weren’t aware, Aox made this offline PM3 tool

https://siliconbased.us/pm3/ref/help.php

Allows access to PM3 menus without access to a PM3, which is very useful

3 Likes

you are 100% correct

2 Likes

I don’t suppose you’d happen to know where the equivalent code is in the RRG Iceman repo?

1 Like
1 Like

I was able to find the file, but I don’t see the bool IsOffline() thingie

I do see g_session.pm3_present = false;, which seems promising, but I’m pretty bad at C

I think you can comment out line 931 and it will be fine. Just double slash save and compile

1 Like

I don’t seem to be able to get that to work

starting the client regularly gets stuck waiting for the PM3 and starting with -o still drops to offline mode