bitbashing

Results 13 comments of bitbashing

@sethivansh6 ERROR during AT+CFSWFILE points at the module not receiving the (correct) file contents within the self-imposed time (you specified 10000 = 10 seconds). Perhaps there is a mismatch on...

Replacing GST_FORMAT_DEFAULT with GST_FORMAT_TIME and recompiling with that change didn't fix the issue for me, still getting `GStreamer warning: Cannot query video position: status=1, value=, duration=-1` albeit with a higher...

The udev command provided by Coral is used to set the permissions of the apex_* character device so a non-root user can use it, the issue you're experiencing is unlikely...

This is easily done with `cv::findChessboardCorners()` and `cv::drawChessboardCorners()` from calib3d. The `detectAndParseChessboard()` routine in opencv_interactive-calibration does this already - simply as a wrapper over those two functions - and can...

Hey @gonzalo-bulnes, I was glad to help. I just came across this, I see v1.17.0 has been out. Let me know if anything else is needed for this.

Could not get the subscription GET and publish POSTs to play nice over one socket, and it wasn't a timing issue - I ended up using two sockets for this...

> No, I haven’t made any modifications and if I had I've already posted a new revision. Also, now that the CM4 is also out a new revision of this...

I've made changes to the forked schematic to bring in CAM0 and switch CAM1 and CAM0 pin assignments to match the Raspberry Pi [instructions on the foundation website](https://www.raspberrypi.org/documentation/hardware/computemodule/cmio-camera.md) (for the...

Thanks for the pointers. I have the first revision of the PCB layout for CAM0+CAM1. I kept getting mapping errors when opening the project in KiCAD 5 and since I'm...